From cf2669014455e6135c34643b17b84380dddee995 Mon Sep 17 00:00:00 2001 From: Lynne Date: Mon, 1 Jul 2019 11:06:18 +1000 Subject: [PATCH] remove the old readme, as it was uneccessary --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index 5da3e81..945d564 100644 --- a/README.md +++ b/README.md @@ -22,19 +22,3 @@ Configuring mstdn-ebooks is accomplished by editing `config.json`. | learn_from_cw | false | If true, mstdn-ebooks will learn from CW'd posts. | | mention_handling | 1 | 0: Never use mentions. 1: Only generate fake mentions in the middle of posts, never at the start. 2: Use mentions as normal (old behaviour). | | max_thread_length | 15 | The maximum number of bot posts in a row before it stops replying. A thread can be 10 or 10000 posts long, but the bot will stop after it has posted `max_thread_length` times. | - - -## Original README -hey look it's an ebooks bot - -python3 - -install the requirements with `sudo pip3 install -r requirements.txt` - -make a bot (probably on bots in space) and follow the target accounts - -run `python3 main.py` to login and scrape - -run `python3 gen.py` to make a toot - -cron is an okay choice to make it toot regularly