Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhint/OxfordDictionariesTelegramBot
This is a telegram bot built using the Oxford Dictionary API
https://github.com/abhint/OxfordDictionariesTelegramBot
oxford-dictionary pyrogram telegram telegram-bot
Last synced: about 2 months ago
JSON representation
This is a telegram bot built using the Oxford Dictionary API
- Host: GitHub
- URL: https://github.com/abhint/OxfordDictionariesTelegramBot
- Owner: abhint
- License: mit
- Created: 2021-10-12T14:59:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T02:44:48.000Z (almost 3 years ago)
- Last Synced: 2024-08-09T13:13:58.553Z (5 months ago)
- Topics: oxford-dictionary, pyrogram, telegram, telegram-bot
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 7
- Watchers: 1
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oxford Dictionaries Telegram Bot
**This is a telegram bot built using the Oxford Dictionary API**
Source: Oxford Dictionaries API Documentation## Install
### Environment variables
* `APP_ID:` Get API ID from [my.telegram.org/apps](https://my.telegram.org/apps).
* `API_HASH:` Get API HASH from [my.telegram.org/apps](https://my.telegram.org/apps).
* `BOT_TOKEN:` Create a bot using [@BotFather](https://t.me/botfather), and get the Telegram API token.### Deploy
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
## Credits, and Thanks to
* [Pyrogram Library](https://github.com/pyrogram/pyrogram)