mastodon-picbot/README.md

16 lines
442 B
Markdown
Raw Permalink Normal View History

2024-12-15 20:44:18 +00:00
# Mastodon-Compatible random picture bot
Given account credentials and a directory, will post a picture to that account. Simplest possible thing that works.
## Installation
2024-12-15 20:46:59 +00:00
1. git clone https://git.shipoclu.com/moon/mastodon-picbot
2. python3 -m venv venv
3. . activate venv
4. pip3 install Mastodon.py
2024-12-15 20:44:18 +00:00
## Running
2024-12-15 20:46:59 +00:00
ACCESS_TOKEN="ToKeNHeRe" SERVER=shitposter.world IMAGE_DIR=/pics_dir venv/bin/python3 mastodon-picbot/picbot.py
2024-12-15 20:44:18 +00:00