Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)

---