-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Denis Rozhnovskiy edited this page Aug 14, 2024
·
3 revisions
Welcome to the pyTMbot!
This is an open-source Telegram bot that helps you manage Docker containers and images. The bot also provides basic information about the status of your local servers. It operates synchronously and does not use webhooks.
This wiki is the main entry point for developers who want to work with or contribute to the pyTMbot project.
At the moment, PyTMBot is being developed by a single developer, and its code requires testing and verification more than ever before. To participate in testing new features and bug fixes, please follow these instructions
If you have interesting ideas and the time to contribute to the project, I would appreciate it if you could follow these steps:
- Fork the
master
branch. - Create a new branch named after the
feature
you want to implement. - Make your changes and submit a pull request (PR). While this may not be the most efficient way, I am open to suggestions regarding the order of contributions. Please let me know if you have any questions or need further guidance.