🤖 A Telegram bot for Synology NAS
- Create download tasks
Note: this bot should be full featured later by wrapping Synology’s CGI-based API, though it’s OK to use it now.
- Deploy to Heroku
- Talk to @BotFather on Telegram, create your bot.
- Open your Heroku app Settings page, set these Config Variables:
SYNOLOGY_NAS_BOT_TOKEN
: The bot’s API token, @BotFather just told you thatSYNOLOGY_NAS_BOT_OWNER
: Your Telegram username, A robot must obey the orders given it by its masterSYNOLOGY_NAS_BOT_URL
: Synology URL, should be this form:https://id.synology.me:port/webapi/
SYNOLOGY_NAS_BOT_ACCOUNT
: Synology account nameSYNOLOGY_NAS_BOT_PASSWORD
: Synology account passwordSYNOLOGY_NAS_BOT_CHAT_ID
: Your chat id where your user and bot already joined.
- Open your Heroku app Resources page, make sure the bot is running.
- Talk to your lovely bot, it’s all yours.
moviemagnetbot: create (Magnet/eD2k/FTP) download tasks by RSS feed
Open your Heroku app View logs page, see what’s going on.
Bugs? Features? Issues and pull requests are welcome.