Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suyashb95/wordbot
A Telegram dictionary bot written in Python
https://github.com/suyashb95/wordbot
bot telegram telegram-bot wordnik
Last synced: 2 months ago
JSON representation
A Telegram dictionary bot written in Python
- Host: GitHub
- URL: https://github.com/suyashb95/wordbot
- Owner: suyashb95
- Created: 2015-10-06T20:25:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T21:37:30.000Z (over 1 year ago)
- Last Synced: 2024-10-11T00:56:15.309Z (3 months ago)
- Topics: bot, telegram, telegram-bot, wordnik
- Language: Python
- Homepage:
- Size: 1.11 MB
- Stars: 52
- Watchers: 3
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Telegram English Dictionary Bot
===============================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 and Urbandictionary's API to fetch data.![alt tag](http://i.imgur.com/Jhvxues.png)
Usage
=====* Visit this URL : https://telegram.me/LexicoBot
* Or send a message to this username: @LexicoBot
* Inline mode is supported.
### Allowed commands
* /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.
* /ud [word/phrase]: Gets the topmost entry from Urbandictionary.Screenshots
===============![alt tag](http://i.imgur.com/5bJNzkC.gif)
Requirements
------------* Wordnik API
* tornado==4.2.1
* requests==2.7.0
* pyTelegramBotAPI==2.1.5
* cachetools==1.1.6