Telegram bot @thesauruscombot

December 23, 2019 ยท View on GitHub

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

Contents

  1. 0.1It has 3 main functionality:
  2. 0.2Used libraries: