a telegram bot to learn vocabulary
- set your bot(you can get your own bot from @BotFather) token in config.py.
- install the requirements(recommend in virtualenv):
pip install -r requirements.txt
- run the script:
python wordbot.py
- send any word to the bot, it will response with the meaning of the word in Chinese.
/review
will review the word you have sent to the bot./test
will show the word without the meaning to test if you've remembered the meaning of the word.
add daily remind