A Telegram bot for tracking days until Wappu with Pokemon and funny Pokemon stickers.
- run
npm install
- Copy .env.example
- Rename copy as .env
- Add Telegram bot token into the .env file (as TELEGRAM_BOT_TOKEN)
node bot.js
/wappupokemon
- Tells the Pokemon of the day/pokemonfact
- Tells a random fact of the day's Pokemon/sticker
- Shows the sticker of the Pokemon of the day
Unit tests for daysToWappu function available - run npm test
to use them.