https://github.com/prashantrahul141/avatargen
Image Manipulation Bot for Telegram.
https://github.com/prashantrahul141/avatargen
bot image image-manipulation telegram telegram-bot
Last synced: 10 months ago
JSON representation
Image Manipulation Bot for Telegram.
- Host: GitHub
- URL: https://github.com/prashantrahul141/avatargen
- Owner: prashantrahul141
- License: mit
- Created: 2022-12-22T12:46:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T09:50:53.000Z (over 3 years ago)
- Last Synced: 2025-03-15T11:50:03.586Z (over 1 year ago)
- Topics: bot, image, image-manipulation, telegram, telegram-bot
- Language: Python
- Homepage:
- Size: 365 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AvatarGen
Image Manipulation Bot for Telegram.
My instance (might not be up): @AvatarGen_bot
Telegram bot which does image manipulation on the fly on users' commands. At the back it uses prashantrahul141/ImageEffects library. Type /help for help.
Hosting your own instance
1. Create a telegram bot using @BotFather and get its TOKEN.
2. Clone the repo
```sh
git clone https://github.com/prashantrahul141/AvatarGen
```
3. Put these in .env
```sh
TOKEN=YOUR BOT TOKEN
# DEV_ID_0=Each dev ids ( Telegram user id ) # Optional
# DEV_ID_1=Each dev ids ( Telegram user id ) # Optional
```
4. Install dependencies
```sh
pip install -r requirements.txt
```
5. Run `main.py`
```sh
python main.py
```