wunderbot

Telegram bot which creates a new Wunderlist task for any message it gets.

Usage no npm install needed!

<script type="module">
  import wunderbot from 'https://cdn.skypack.dev/wunderbot';
</script>

README

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.