Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.16 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.16 KB

Jappe - Kyykkä Telegram Bot

A Telegram bot to display information about local kyykkä games. Jappe can search and display previous matches and scores, and it can also show future games and give all nesessary information about the game. It can rank team players based on different measurements. Bot can also try to predict future games based on the previous games.

Tools / Technologies used

TypeScript NodeJS Yarn Jest

Installation

Add environment variables: Create the ".env" file into the project directory and add Telegram token and Weather API key:

TELEGRAM_BOT_TOKEN="YOUR_TOKEN_HERE"
WEATHER_API_KEY="YOUR_OPENWEATHERMAP_API_KEY_HERE"

Available Scripts

In the project directory, you can run:

yarn start:dev

Runs the app in the development mode.