https://github.com/amarnathcjd/valeri
Valeri is a multi purpose telegram bot written in python using telethon. Its initially for personal use but available for public use.
https://github.com/amarnathcjd/valeri
mtproto multipurpose telegram-bot
Last synced: over 1 year ago
JSON representation
Valeri is a multi purpose telegram bot written in python using telethon. Its initially for personal use but available for public use.
- Host: GitHub
- URL: https://github.com/amarnathcjd/valeri
- Owner: AmarnathCJD
- Created: 2022-06-24T06:22:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T10:13:24.000Z (almost 2 years ago)
- Last Synced: 2025-03-10T15:52:45.146Z (over 1 year ago)
- Topics: mtproto, multipurpose, telegram-bot
- Language: Python
- Homepage:
- Size: 951 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Valeri - Multi Purpose Telegram Bot
## Description
Valeri is a multi purpose telegram bot written in python using telethon. Its initially for personal use but available for public use.
## Features
- [x] Torrent Downloader
- [x] Eval / Exec / Shell
- [x] Sudo Support
- [x] Custom Plugins
- [x] Chatgpt, Dalle & Gemini
- [x] Youtube Song Downloader
- [x] TeraBox Downloader
- [x] Powerfull File Manager
- [x] Custom File Uploader
- [x] Paste, Imdb, Translate
- [x] Weather, Wiki
- [x] Pinterest Search
- [x] Media AFK
- [x] Support for MongoDB or SQLite
- [ ] More Features Coming Soon
## Deploy
[](https://heroku.com/deploy?template=https://github.com/AmarnathCJD/Valeri)
## Config Vars
- `API_KEY` - Get this from my.telegram.org
- `API_HASH` - Get this from my.telegram.org
- `OWNER_ID` - Your Telegram ID (Not Username) [for owner only commands]
- `MONGO_DB` - Your MongoDB URL (optional)
- `TOKEN` - Your bot token
- `OPENAI_API_KEY` - Your OpenAI API Key (optional)
- `GEMINI_API_KEY` - Your Gemini API Key (optional)
- `SUPPORT_CHAT` - Your Support Chat ID (optional)
## Local Deploy
```bash
git clone https://github.com/amarnathcjd/valeri.git
cd valeri
# Install Requirements
pip3 install -r requirements.txt
# create a .env file and fill the required variables
# Run the bot
python3 -m valeri
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.