Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eyaadh/stickerbot
A telegram Sticker Bot - You send it a text, it will return you the content as a telegram sticker.
https://github.com/eyaadh/stickerbot
pillow pyrogram python stickers telegram
Last synced: 2 months ago
JSON representation
A telegram Sticker Bot - You send it a text, it will return you the content as a telegram sticker.
- Host: GitHub
- URL: https://github.com/eyaadh/stickerbot
- Owner: eyaadh
- Created: 2020-11-05T09:38:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T08:13:59.000Z (about 4 years ago)
- Last Synced: 2023-03-21T12:33:36.139Z (almost 2 years ago)
- Topics: pillow, pyrogram, python, stickers, telegram
- Language: Python
- Homepage:
- Size: 116 KB
- Stars: 19
- Watchers: 3
- Forks: 42
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StickerBot:
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/30fb5f54df1f4e96b11f795d286a0cf3)](https://www.codacy.com/gh/eyaadh/stickerBot/dashboard?utm_source=github.com&utm_medium=referral&utm_content=eyaadh/stickerBot&utm_campaign=Badge_Grade)You send it a text, it will return you the content as a telegram sticker. A working example for the bot can be found [here.](https://telegram.dog/somestickerbot)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
## Cloning and Run:
1. `git clone https://github.com/eyaadh/stickerBot.git`, to clone the repository.
2. `cd stickerBot`, to enter the directory.
3. `pip3 install -r requirements.txt`, to install rest of the dependencies/requirements.
4. Create a new `config.ini` using the sample available at `config.ini.sample`.
5. Run with `python3.8 main.py`, stop with CTRL+C.
> It is recommended to use [virtual environments](https://docs.python-guide.org/dev/virtualenvs/) while running the app, this is a good practice you can use at any of your python projects as virtualenv creates an isolated Python environment which is specific to your project.