mirror of
https://github.com/csd4ni3l/meow-bot.git
synced 2026-01-01 04:23:49 +01:00
cf2dfe0374ff667f704a8be76d5554d2ac09e39d
Cat themed Slack bot which has cute cats and random stuff no one actually needs (also quacking ducks)!
Features
- Saves humanity
- Meow button (if you press it it will reply with a random cat-like word in a thread)
- Catifier which turns all your text to cute cat-like lang.
- Cat pictures and reactions when you say meow or any cat-like word and duck pictures/reactions when you say quack/duck-like words!
- https://http.cat command which returns the image for the status code, and also replies to any message containing any valid status code with the cat image!
- Welcome message when you mention the bot!
- Cat facts
- Cat-like AI when DMed
How to run
- Download source code from this repo
- Install requirements
- Use uv and run
uv syncOR - Install Python >=3.11
- Create a venv with
python3 -m venv .venv - Activate it:
source .venv/bin/activate - Install requirements:
pip3 install -r requirements.txt
- Use uv and run
- Move
.env.exampleto.envand update the example values inside. - Update
constants.pyif you want to change any default values. - Run with
uv run app.pyorpython3 app.pydepending on the environment
Languages
Python
100%