Skip to content

VasuLabs/Telethonian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Telethonian Contribution Guide

Welcome to Telethonian! 🚀
This repository is for developers to share their Telethon-based scripts and plugins. If you have a useful script, we'd love for you to contribute!

📥 How to Contribute

  1. Fork the Repository:
    Click the "Fork" button at the top of this repository to create your own copy.

  2. Clone Your Fork:
    Clone the forked repository to your local machine:

    git clone https://github.com/Telethonian/Telethonian.git
  3. Create a New Branch: Create a new branch for your feature/bugfix:

git checkout -b feature-name
  1. Add Your Script: Add your script to the relevant folder or create a new folder if needed. Ensure your script follows best practices and is well-documented.

  2. Test Your Code: Before submitting your pull request, make sure to test your script locally to ensure it works as expected. You can use the Telethon library to run and verify your script:

pip install telethon
  1. Commit Changes: After testing, commit your changes:
git add .
git commit -m "Add new script for [feature]"
  1. Push Your Branch: Push your branch to your forked repository:
git push origin feature-name
  1. Create a Pull Request: Go to the original repository and open a pull request. Ensure to describe what your script does and any dependencies or instructions for usage.

  2. Fix Issues Based on Review: If any issues are raised during the review, please address them and push the fixes to your branch. The pull request will automatically update.

  3. Wait for Merge: Once the pull request passes the review and is approved, it will be merged into the main repository. 🎉

📧 Contact

If you have any questions or need help, feel free to reach out:

You can contact me on Telegram: @ankit_chaubey
Email: Telethonians@gmail.com
Bot: @ChaubeyBot

We look forward to your contributions! 🎉

Key Points:

  • Instructions for testing the script before creating a pull request.
  • Steps to fix issues if there are any comments during the review.
  • Clear steps for submitting a pull request and merging.

About

Telethonian: a collaborative repository for sharing and enhancing Telethon-based scripts and plugins, streamlining Telegram bot development for the community.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages