mirror of
https://git.wownero.com/houndvoyager/suchbot.git
synced 2024-08-15 01:03:17 +00:00
No description
.gitignore | ||
main.py | ||
modules.py | ||
README.md | ||
requirements.txt |
Suchbot, a bot for suchmemes ._.
Supported platforms:
- Mastodon (Come check it out at @wownero)
- Tumblr (only posts image due to the package limitations. Check out the feed here: wownero
- XMPP
- IRC
It uses a Supabase database to store the json from https://suchwow.xyz/api/list.
Posts image data directly to services without storing it.
Reproducing:
To reproduce, set up a .env with the following and install the necessary modules found in requirements.txt
:
SUPABASE_URL=
SUPABASE_KEY=
Mastodon:
MAST_TOKEN=
Tumblr:
consumer_key=
consumer_secret=
oauth_token=
oauth_secret=