This is a Telegram bot which fetches word definitions, synonyms, antonyms, usage examples and the word of the day from the Internet. It uses Wordnik's API to fetch data.
-
Visit this URL : https://telegram.me/anotherwordbot
-
Or send a message to this username: @anotherwordbot
-
Inline mode is supported.
- /define [word] : Gets the word's meaning.
- /synonyms [word] : Gets similar words.
- /antonyms [word] : Gets opposites.
- /use [word] : Gets usage examples.
- /all [word] : Gets all of the above.
- /help : Send this message again.
- /today: Gets the word of the day.
- tornado==6.3.3
- requests==2.31.0
- pyTelegramBotAPI==4.23.0
- cachetools==5.5.2
- aws_lambda_powertools==3.6.0