A Discord bot for fixing social media embeds (TikTok, Instagram, Twitter, Reddit and YouTube) with other cool features.
Setup with Docker (Recommended):
git clone https://github.com/stekc/Keto-Bot
Copy and rename .env.example to .env and config.json.example to config.json, then fill out the required fields.
docker compose up
(add -d
to run in the background and on startup)
Setup without Docker:
git clone https://github.com/stekc/Keto-Bot
Copy and rename .env.example to .env and config.json.example to config.json, then fill out the required fields.
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
python3 main.py
Credits: