This project forwards messages from a specific Telegram group to an external API. I used this project within a larger context, but I also took the opportunity to make it a part of my portfolio, showcasing clean code practices in Python.
Create a virtual environment and install project dependencies:
mkvirtualenv telegram_apps
git clone [email protected]:Douglas019BR/telegram_apps.git
cd telegram_apps
pip install -r requirements.txt
python forward_messages_to_url.py
pytest
or to more detailed results
pytest -svv
🚀 Join Us! We welcome contributions from everyone. Feel free to fork the project and submit your pull requests. Let's work together to make this project even better!
Create your feature branch (git checkout -b feature/AmazingFeature). Commit your changes (git commit -m 'Add some AmazingFeature'). Push to the branch (git push origin feature/AmazingFeature). Open a pull request.
If you have any questions or need assistance, feel free to open an issue. We're here to help!
Thank you for your interest in contributing to the project. Your contributions are greatly appreciated.
Let's make something awesome together! 💪