Simple ebooks-style bot for mastodon.py
Inspired by original work by Jess: https://github.com/Jess3Jane/mastodon-ebooks
Original ananas solution by Noëlle: https://github.com/joyeusenoelle/ananas-ebooks
- Scrapes only new toots, not entire list of statuses
- Separates corpus by account, making a multi-account ebooks easier to manage
- Does not require Heroku or Ruby
- "Smart" replies
- Cronjob friendly
- Ananas friendly
- Create a Mastodon account to be the ebooks bot
- Follow the account(s) to be used as source material from bot
- You can use a script like this to generate user secrets to be used by the ebooks script
- Scrape the users by running:
./mastodon-ebooks.py -s
- Verify the markov works by running locally to console:
./mastodon-ebooks.py -p
- Toot a markovified status!
./mastodon-ebooks.py -t
You can now set scraping and tooting to run periodically with cronjobs.
Optionally, you can also run ./mastodon-ebooks.py -r
regularly to check on notifications and reply to mentions.
- Create a Mastodon account to be the ebooks bot
- Copy
config.cfg-sample
toconfig.cfg
- Advanced users: You'll probably already have a config and secret keys for the bot. Just set it up as long as your config file can find the
ananaswrapper.ebooksBot
class.
- Advanced users: You'll probably already have a config and secret keys for the bot. Just set it up as long as your config file can find the
- Run
ananas --interactive config.cfg
and input the information for your bot account
That's it! The ananas wrapper is set to scrape daily, toot every 30 minutes and reply to mentions. You can find more info at the ananas repo