Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jazzpi/sb-sarc-bot
SpongeBob SaRcAsM Bot
https://github.com/jazzpi/sb-sarc-bot
Last synced: 24 days ago
JSON representation
SpongeBob SaRcAsM Bot
- Host: GitHub
- URL: https://github.com/jazzpi/sb-sarc-bot
- Owner: jazzpi
- Created: 2021-03-15T20:50:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T15:23:37.000Z (over 3 years ago)
- Last Synced: 2024-11-03T12:28:32.533Z (2 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpongeBob SaRcAsM Bot
This is a Telegram bot that turns text into SpongeBob SaRcAsM.
It runs under [@sb_sarc_bot](https://t.me/sb_sarc_bot).
If you want to run your own instance, create a bot (via
[@BotFather](https://t.me/BotFather) and enable inline mode (`/setinline`).
Then, save the token in a `.telegram-token` file and run:```sh
pip install -r requirements.txt
./bot.py
```If the file `.photo_id` exists, it will be used to reply with a second option
where the message is used as a caption for that image. You can use the `/getimg`
command to get a photo ID for sarcastic Spongebob. It will send the image and
then reply with the photo IDs for all associated photos. You can then store the
ID of the largest photo in `.photo_id`.