suchbot/README.md

33 lines
829 B
Markdown
Raw Permalink 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/)
2022-11-08 19:02:58 +00:00
- [X] VK (Here's the profile [suchmeme](https://vk.com/suchmeme)
2022-09-02 12:46:05 +01:00
- [ ] 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=
2022-11-08 19:02:58 +00:00
VK:
vk_phone=
vk_pass=
2022-09-02 12:46:05 +01:00
```