better
This commit is contained in:
parent
1751eb9be2
commit
5fd5e1684c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue