https://github.com/mahtabranjbar/tele_template_bot
https://github.com/mahtabranjbar/tele_template_bot
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahtabranjbar/tele_template_bot
- Owner: MahtabRanjbar
- License: mit
- Created: 2021-12-19T07:45:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T12:47:29.000Z (over 3 years ago)
- Last Synced: 2025-01-24T11:44:45.224Z (4 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Template for Telegram Bot
Template to create a telegram bot in python.
## How to Run
1. Set your telegram bot token as environment variable `TELEGRAM_BOT_TOKEN`:
```
export TELEGRAM_BOT_TOKEN=
```2. Add `src` to `PYTHONPATH`:
```
export PYTHONPATH=${PWD}
```3. Run:
```
python src/run.py
```