This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# main.py — Telegram bot entrypoint | |
python-telegram-bot==13.15 | |
requests | |
schedule | |
# scheduler.py — handles scheduled posting |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BOT_TOKEN=your_token_here | |
POST_TIME_MORNING=09:00 | |
POST_TIME_EVENING=18:00 | |
CATEGORIES=anime,toys,plush | |
COUNTRY_FILTER=us | |
# config.py — configuration loader | |
# hashtags.py — fetch trending hashtags |