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
- Host: GitHub
- URL: https://github.com/enriquesoria/stickeraliasbot
- Owner: EnriqueSoria
- Created: 2019-10-21T22:22:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:48:30.000Z (over 2 years ago)
- Last Synced: 2025-01-29T00:48:07.810Z (4 months ago)
- Topics: telegram, telegram-bot
- Language: Python
- Homepage: https://t.me/StickerAliasBot
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
- Go to another chat and use it on inline mode and search stickers by your tags

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