Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.