diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2020-08-23 22:18:06 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2020-08-23 22:18:06 +0100 |
commit | 0740f143a22555183d41a4ff78b4958a95a12944 (patch) | |
tree | 9eab9536e4f1214c1b8e659c67237c49834fbf7b /readme.md | |
parent | 5bfdbe9b3af2c70d459378ee237542997bab1da0 (diff) | |
download | yaoi-communism-0740f143a22555183d41a4ff78b4958a95a12944.tar.gz yaoi-communism-0740f143a22555183d41a4ff78b4958a95a12944.zip |
added functions to get images
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 18 |
1 files changed, 5 insertions, 13 deletions
@@ -1,15 +1,7 @@ -# yuri communism twitter bot
+# yaoi communism twitter bot
-bot that adds quotes on (anime) images. uses [facial detection](https://github.com/qhgz2013/anime-face-detector) to try to prevent text from getting over anime character's face
+Forked from the yuri version.
-## steps
-
-- `conda env create -f envs/environment.yml`
-- `conda env create -f envs/environment-detect.yml`
-- `conda activate yuribot `
-- `python provision.py`
-- setup [anime-face-detector](https://github.com/qhgz2013/anime-face-detector)
-- move [anime-face-detector](https://github.com/qhgz2013/anime-face-detector) `models` to base
-- `python bot.py`
-
-
+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.
|