A noddy bot to follow a hashtag and reboost toots
| .gitignore | Don't commit default config file + secrets! | |
| LICENSE | Add 2-clause BSD license | |
| Pipfile | Initial login flow complete | |
| Pipfile.lock | Initial login flow complete | |
| pixelbot.py | Actually search for and reboost posts | |
| README.md | Documentation | |
This is a very simple bot that just uses Mastodon.py to follow a hashtag and reboost things.
It's designed to be run as a cronjob so is very minimalist.
Written for a Pixelfed instance but should work on just about any Fediverse server.
To make it work, you'll need to point it at a file which contains the following:
[DEFAULT]
user = username
server = serverhostname
Run it by hand at first and it'll register itself with your server and log into your account. Future runs won't need interaction.