Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 509 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 509 Bytes

A Telegram bot for tracking days until Wappu with Pokemon and funny Pokemon stickers.

Usage

  • 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

Commands

  • /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

Tests

Unit tests for daysToWappu function available - run npm test to use them.