An ebooks bot for mastodon and pleroma. Forked from https://github.com/AgathaSorceress/mstdn-ebooks
Go to file
Ben Lubar e6a30416a0
Add a Dockerfile.
2018-11-14 00:38:07 -06:00
.gitignore initial commit 2018-10-09 11:11:51 +10:00
Dockerfile Add a Dockerfile. 2018-11-14 00:38:07 -06:00
LICENSE initial commit 2018-10-09 11:11:51 +10:00
README.md Oops! Wrong Name! 2018-10-11 12:27:49 +10:00
config.json added missing file 2018-10-15 00:59:00 +10:00
create.py fixed another possibility for the bots to get stuck 2018-10-29 11:23:01 +10:00
gen.py only skip failing users, added windows compatibility 2018-11-01 15:27:03 +10:00
main.py restored friendly error messages 2018-11-09 21:50:36 +10:00
reply.py better visibility handling 2018-10-27 23:25:46 +10:00
requirements.txt Update requirements.txt 2018-10-11 12:21:44 +10:00

README.md

mstdn-ebooks

Lynnear Edition

This version makes quite a few changes from the original, such as:

  • Unicode support
  • Non-Markov stuff
  • Stores toots in a sqlite database rather than a text file
    • Doesn't unecessarily redownload all toots every time

Install/usage guide

An installation and usage guide is available for unix-based platforms (linux, macOS...) here.

Original README

hey look it's an ebooks bot

python3

install the requirements with sudo pip3 install -r requirements

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