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

https://github.com/enriquesoria/stickeraliasbot

🤖 A telegram bot, @StickerAliasBot
https://github.com/enriquesoria/stickeraliasbot

telegram telegram-bot

Last synced: 2 months ago
JSON representation

🤖 A telegram bot, @StickerAliasBot

Awesome Lists containing this project

README

        

# @StickerAliasBot
## Try it
It can be online or not, I don't have it hosted anywhere.

- Send to @StickerAliasBot: `/start`
- Send to @StickerAliasBot a (non-animated) sticker
- Send to @StickerAliasBot tome keywords space-separated

![](https://enriquesoria.github.io/publicimages/sticker1.jpg)

- Go to another chat and use it on inline mode and search stickers by your tags

![](https://enriquesoria.github.io/publicimages/sticker2.jpg)

## Run
```bash
git clone https://github.com/EnriqueSoria/StickerAliasBot.git
pipenv sync
touch .secret
```
- Generate a token with @BotFather
- Paste it into `.secret`
```bash
pipenv shell
python bot.py
```