JIGAIDO is now a platform with apps/ as the container. All telegram-bot files moved to apps/telegram-bot/: - bot.py, commands.py, cron.py, db.py, schema.sql - requirements.txt, .env.example, README.md - Root now holds SPEC.md, README.md, CONTRIBUTING.md only. Structure: jigaido/ ├── apps/ │ └── telegram-bot/ └── SPEC.md, README.md, CONTRIBUTING.md
3 lines
62 B
Plaintext
3 lines
62 B
Plaintext
# Telegram Bot Token (get from @BotFather)
|
|
JIGAIDO_BOT_TOKEN=
|