From 5fd5e1684ccaf25ccb69a8043042a25125bef233 Mon Sep 17 00:00:00 2001 From: Moon Man Date: Sun, 15 Dec 2024 20:46:59 +0000 Subject: [PATCH] better --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fc27c52..4bc5abb 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,12 @@ Given account credentials and a directory, will post a picture to that account. ## Installation - python3 -m venv venv - . activate venv - pip3 install Mastodon.py + 1. git clone https://git.shipoclu.com/moon/mastodon-picbot + 2. python3 -m venv venv + 3. . activate venv + 4. pip3 install Mastodon.py ## Running - ACCESS_TOKEN="ToKeNHeRe" SERVER=shitposter.world IMAGE_DIR=/pics_dir venv/bin/python3 picbot.py + ACCESS_TOKEN="ToKeNHeRe" SERVER=shitposter.world IMAGE_DIR=/pics_dir venv/bin/python3 mastodon-picbot/picbot.py