https://github.com/TroJanzHEX/Image-Editor
A Telegram Image Editor Bot with Many features and Options.
https://github.com/TroJanzHEX/Image-Editor
editor image imageeditor pyrogram python telegram telegram-bot
Last synced: about 1 year ago
JSON representation
A Telegram Image Editor Bot with Many features and Options.
- Host: GitHub
- URL: https://github.com/TroJanzHEX/Image-Editor
- Owner: TroJanzHEX
- License: mit
- Created: 2021-01-16T11:52:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T04:17:51.000Z (over 3 years ago)
- Last Synced: 2024-11-08T01:37:05.214Z (over 1 year ago)
- Topics: editor, image, imageeditor, pyrogram, python, telegram, telegram-bot
- Language: Python
- Homepage: http://trojanzhex.me
- Size: 61.5 KB
- Stars: 51
- Watchers: 2
- Forks: 168
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Editor
[](https://telegram.dog/TroJanzHEX)
ㅤㅤㅤㅤㅤㅤㅤ
[](https://telegram.dog/TroJanzSupport) [](https://TroJanzHEX.me)
ㅤㅤㅤㅤㅤㅤㅤ
[](https://github.com/TroJanzHEX/Image-Editor/blob/main/COPYING) [](https://github.com/TroJanzHEX/Image-Editor)
#### An open source image editor which can manipulate an image in many ways!
#### If you need any more modes in repo or If you find out any bugs, mention in @TroJanzSupport
## Installation
### Deploy to Heroku
[](https://heroku.com/deploy?template=https://github.com/TroJanzHEX/Image-Editor)
### Deploy in your vps
```sh
git clone https://github.com/TroJanzHEX/Image-Editor
cd Image-Editor
pip3 install -r requirements.txt
#
python3 bot.py
```
## Configs
* TG_BOT_TOKEN - Get bot token from @BotFather
* APP_ID - From my.telegram.org (or @UseTGXBot)
* API_HASH - From my.telegram.org (or @UseTGXBot)
* RemoveBG_API - From [RemoveBG](https://www.remove.bg/b/background-removal-api)
## Credits
[](https://stackoverflow.com/)
[](https://github.com/pyrogram/pyrogram)