/words-i-learn-bot

Dictionary telegram bot

Primary LanguagePython

Telegram bot @thesaurus_com_bot

The bot takes information from dictionary.com and thesaurus.com

It has 3 main functionality:

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