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

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.

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
```