Go to file
houndvoyager 3524d24f69 Edited README to be clearer 2022-09-02 13:58:08 +02:00
.gitignore resetting master branch 2022-09-02 13:46:05 +02:00
README.md Edited README to be clearer 2022-09-02 13:58:08 +02:00
main.py resetting master branch 2022-09-02 13:46:05 +02:00
modules.py Removed unecessary line break 2022-09-02 13:51:56 +02:00
requirements.txt resetting master branch 2022-09-02 13:46:05 +02:00

README.md

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 instance to track already posted memes from https://suchwow.xyz/.

Posts image data directly to services using a PostgreSQL database.

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=