Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 611 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 611 Bytes

Roxanne

A Telegram bot to help you study English.

Description

The user can add words and their meaning as they learn them. Roxanne will write to you from time to time and ask you questions to help you remember them and make them part of your vocabulary.

Config

Create a config file using your own API token. Duplicate config/config.example.ts.

Quick start

To test Roxanne clone this repository

  1. Install dependencies npm install
  2. Compile Roxanne npm run build
  3. Serve Roxanne npm run serve