Telegram Bot monitoring Instagram accounts and send photos Now bot parsing RSS-feed of websta.me, getting photos with titles and send it to subscribers
Commands:
- /start - adding chat to
- /admin token - adding user as administrator (other users can't subscribe and not getting photos, it's private bot)
- %username% - getting menu for subscribe / unsubscribe / getting photos of username
config_local.py template
BOT_API_TOKEN = '''your token for bot by telegram'''
BOT_ADMIN_PASSWORD = 'password / token for bot admin'
KEY = '''encryption key for db'''