Telegram bot which helps with words memorizing.
Memorii-bot is different from all other language learning bots because user adds all the words she/he wants to learn. Check out front-end repo for more details.
Memorii-bot already exists as @memorii_bot
But if you want to set your own bot follow installation steps
- Run commands ⬇️
git clone https://github.com/KarinaDavtyan/memorii-bot.git
cd memorii-bot
yarn install
-
Create TelegramBot here
-
Add
.env
file
Set:
TELEGRAM_TOKEN
- you just got it from BotFather
API
- backend which you set from this repo
- TelegramBot API + node-telegram-bot-api
- Fork the repo (https://github.com/KarinaDavtyan/memorii-bot/fork)
- Clone it
- Create your feature branch
- Commit changes to your own branch
- Push to the branch
- Create a new Pull Request