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!
-
Fork the Repository:
Click the "Fork" button at the top of this repository to create your own copy. -
Clone Your Fork:
Clone the forked repository to your local machine:git clone https://github.com/Telethonian/Telethonian.git
-
Create a New Branch: Create a new branch for your feature/bugfix:
git checkout -b feature-name
-
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.
-
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
- Commit Changes: After testing, commit your changes:
git add .
git commit -m "Add new script for [feature]"
- Push Your Branch: Push your branch to your forked repository:
git push origin feature-name
-
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.
-
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.
-
Wait for Merge: Once the pull request passes the review and is approved, it will be merged into the main repository. 🎉
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! 🎉
- 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.