Go to file
Moon Man 1751eb9be2 initial commit 2024-12-15 20:44:18 +00:00
LICENSE initial commit 2024-12-15 20:44:18 +00:00
README.md initial commit 2024-12-15 20:44:18 +00:00
picbot.py initial commit 2024-12-15 20:44:18 +00:00

README.md

Mastodon-Compatible random picture bot

Given account credentials and a directory, will post a picture to that account. Simplest possible thing that works.

Installation

python3 -m venv venv . activate venv pip3 install Mastodon.py

Running

ACCESS_TOKEN="ToKeNHeRe" SERVER=shitposter.world IMAGE_DIR=/pics_dir venv/bin/python3 picbot.py