Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)