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