2018-10-10 20:27:49 -06:00
# mstdn-ebooks
2018-12-04 19:45:03 -07:00
2018-10-08 19:11:51 -06:00
**Lynnear Edition**
2018-10-10 20:27:32 -06:00
This version makes quite a few changes from [the original ](https://github.com/Jess3Jane/mastodon-ebooks ), such as:
2018-10-08 19:11:51 -06:00
- Unicode support
- Non-Markov stuff
2018-10-10 20:24:58 -06:00
- Stores toots in a sqlite database rather than a text file
- Doesn't unecessarily redownload all toots every time
## Install/usage guide
2018-11-25 22:47:34 -07:00
An installation and usage guide is available [here ](https://cloud.lynnesbian.space/s/jozbRi69t4TpD95 ). It's primarily targeted at Linux, but it should be possible on BSD, macOS, etc. I've also put some effort into providing steps for Windows, but I can't make any guarantees as to its effectiveness.
2018-10-08 19:11:51 -06:00
## Original README
hey look it's an ebooks bot
python3
2018-11-12 20:41:33 -07:00
install the requirements with `sudo pip3 install -r requirements.txt`
2018-10-08 19:11:51 -06:00
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