A Telegram bot to help you study English.
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.
Create a config file using your own API token. Duplicate config/config.example.ts
.
To test Roxanne clone this repository
- Install dependencies
npm install
- Compile Roxanne
npm run build
- Serve Roxanne
npm run serve