Awesome
Telegram bot @thesaurus_com_bot
The bot takes information from dictionary.com and thesaurus.com
It has 3 main functionality:
- Get word of the day from the dictionary.com
- Get definition of the desired word from dictionary.com
- Get synonyms of the desired word from thesaurus.com
Used libraries:
- BeatifulSoup (for parsing htmls of sites and getting needed info), code is in resources.py
- Telebot (for setting up Telegram bot), code is in bot.py