blob: 2eff7ae0187ab8b9aaeba0f289dc24f4c7e182c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# yaoi communism twitter bot
Forked from the yuri version.
Unlike the yuri version, we don't have an archive of images and sources
to use. Instead, download yaoi images on the fly from safebooru.org.
Designed to be run once an hour using a cron job.
## Steps
- `git clone https://github.com/jwansek/yaoi-communism`
- `sudo pip3 install -r requirements.txt`
- `mv exampleconfig.json config.json`
- Populate `config.json` with API keys
- `python3 bot.py`

|