- Created Docker configuration files for development and production. - Added Dockerfile for building the bot image. - Implemented configuration loading from environment variables. - Developed main application logic and command handlers. - Included README with setup instructions and usage details. - Added .gitignore and .dockerignore files to exclude unnecessary files. - Provided example environment file (.env.example) for bot token configuration. - Established basic error handling for the bot.
3 lines
67 B
Plaintext
3 lines
67 B
Plaintext
python-telegram-bot[job-queue]>=22.0,<23.0
|
|
python-dotenv>=1.0,<2.0
|