Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FayasNoushad/Telegram-Dictionary-Bot
A simple Telegram Words Dictionary Bot
https://github.com/FayasNoushad/Telegram-Dictionary-Bot
dictionary pyrogram telegram-bot words
Last synced: 3 months ago
JSON representation
A simple Telegram Words Dictionary Bot
- Host: GitHub
- URL: https://github.com/FayasNoushad/Telegram-Dictionary-Bot
- Owner: FayasNoushad
- License: mit
- Created: 2024-04-03T16:07:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-05T16:41:48.000Z (7 months ago)
- Last Synced: 2024-05-01T17:27:54.247Z (6 months ago)
- Topics: dictionary, pyrogram, telegram-bot, words
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Telegram-Dictionary-Bot
A Telegram Words Dictionary Bot.---
## Deploy
```sh
git clone https://github.com/FayasNoushad/Telegram-Dictionary-Bot.git
cd Telegram-Dictionary-Bot
python3 -m venv venv
. ./venv/bin/activate
pip3 install -r requirements.txt
#
python3 main.py
```---
## Variables
- `API_HASH` Your API Hash from my.telegram.org
- `API_ID` Your API ID from my.telegram.org
- `BOT_TOKEN` Your bot token from @BotFather---
## Credits
- [Free Dictionary API](https://dictionaryapi.dev/)
- [Contributors](https://github.com/FayasNoushad/Telegram-Dictionary-Bot/graphs/contributors)
- [Pyrogram](https://github.com/pyrogram/pyrogram)---