Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fayasnoushad/tools-bot
A telegram tools bot for groups.
https://github.com/fayasnoushad/tools-bot
telegram telegram-bot tools
Last synced: 10 days ago
JSON representation
A telegram tools bot for groups.
- Host: GitHub
- URL: https://github.com/fayasnoushad/tools-bot
- Owner: FayasNoushad
- License: mit
- Created: 2024-03-17T14:53:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-07T07:06:55.000Z (7 months ago)
- Last Synced: 2024-10-11T20:19:00.574Z (26 days ago)
- Topics: telegram, telegram-bot, tools
- Language: Python
- Homepage:
- Size: 111 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tools Bot
A telegram tools bot with more features for groups and personal use.---
## Features
- AI: AI using Gemini API
- User/Chat Information
- QR Code Encoding and Decoding
- Translating messages
- YouTube Video Thumbnail Downloading
- Country Information
- Word Dictionary---
## Deploy
```sh
git clone https://github.com/FayasNoushad/Tools-Bot.git
cd Tools-Bot
python3 -m venv venv
. ./venv/bin/activate
pip3 install -r requirements.txt
#
python3 main.py
```---
## Variables
### Required
- `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
- `DATABASE_URL` MongoDB URL
- `ADMINS` Administrators IDs seperated by whitespace### Not Required
- `BOT_NAME` Your bot name
- `DATABASE_NAME` MongoDB Database Name
- `AUTH` Enable or Disable authentication---
## Credits
- [Contributors](https://github.com/FayasNoushad/Gemini-Bot/graphs/contributors)
- [Pyrogram](https://github.com/pyrogram/pyrogram)---