wunderbot
Version:
Telegram bot which creates a new Wunderlist task for any message it gets.
19 lines (12 loc) • 410 B
Markdown
# wunderbot
Telegram bot which creates a new wunderlist task for any message it gets.
## Install
```
npm i wunderbot
```
## Run telegram bot
```
WUNDERLIST_CLIENT_ID=xxx WUNDERLIST_ACCESS_TOKEN=yyy TELEGRAM_BOT_TOKEN=zzz node telegram
```
## Env variables
Get `WUNDERLIST_CLIENT_ID` and `WUNDERLIST_ACCESS_TOKEN` from https://developer.wunderlist.com/apps/new and `TELEGRAM_BOT_TOKEN` from `@BotFather`.