suchbot/README.md

28 lines
739 B
Markdown
Raw Normal View History

2022-09-02 12:46:05 +01:00
# Suchbot, a bot for suchmemes ._.
# Supported platforms:
- [x] Mastodon (Come check it out at [@wownero](https://mastodon.social/@wownero))
- [x] Tumblr (only posts image due to the package limitations. Check out the feed here: [wownero](https://wownero.tumblr.com/)
- [ ] XMPP
- [ ] IRC
2022-09-02 12:58:08 +01:00
## It uses a [Supabase](https://supabase.com/) database instance to track already posted memes from https://suchwow.xyz/.
2022-09-02 12:46:05 +01:00
2022-09-02 12:58:08 +01:00
> Posts image data directly to services using a PostgreSQL database.
2022-09-02 12:46:05 +01:00
# 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=
```