- Notifications
You must be signed in to change notification settings - Fork80
EduuRobot Telegram bot source code.
License
NotificationsYou must be signed in to change notification settings
AmanoTeam/EduuRobot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A multipurpose Telegram Bot made with Hydrogram and asynchronous programming.
- Python 3.10+
- An Unix-like operating system (Windows support isn't tested. In case you find any issues inside Windows, please file an issue)
- Create a virtualenv (This step is optional, buthighly recommended to avoid dependency conflicts)
python3 -m venv .venv
(You don't need to run it again). .venv/bin/activate
(You must run this every time you open the project in a new shell)
- Install the required modules with
pip3 install -Ue .
. - Go tohttps://my.telegram.org/apps and create a new app.
- Create a new
config.py
file from theconfig.py.example
file (cp config.py.example config.py
). - Place your token, IDs and api keys to your config.py file.
- To run the bot you just need to run
python3 -m eduu
. In case you installed from a virtualenv, run. .venv/bin/activate
before this. - Running it onscreen ortmux is highly recommended if you want to keep the bot running on a server.
If you find any bugs/issues with the bot you have three options:
- Create a new issue in ourGitHub describing the issue.
- Send the /bug command tobot's chat describing the issue.
- If you know how to fix the issue, fork our repo and open up a pull request.
Translations should be done in ourWeblate project,as Weblate checks for grammar issues, provides improved context about the string being translated and so on,thus possibly providing better quality translations. But you can also submit a pull request if you prefer translating that way.
- @Halokv: Arabic translation
- @SGANoud: Dutch translation
- @iiiiii1wepfj: Hebrew translation
- @HafitzSetya: Indonesian translation
- @Pato05: Italian translation
- @Quiec: Russian and Turkish translations
- And many other people I couldn't list here.
© 2024 -Amano LLC™
About
EduuRobot Telegram bot source code.