mirror of
https://github.com/cquest/tootbot.git
synced 2025-05-06 10:53:57 +00:00
setup instructions added
This commit is contained in:
parent
a68cbd7dc4
commit
77fca0af7a
11
README.md
11
README.md
@ -19,3 +19,14 @@ This script is in use for a few accounts:
|
|||||||
- sotmfr -> https://fr.osm.social/@sotmfr
|
- sotmfr -> https://fr.osm.social/@sotmfr
|
||||||
|
|
||||||
The script is simply called by a cron job and can run on any server (does not have to be on the mastodon instance server).
|
The script is simply called by a cron job and can run on any server (does not have to be on the mastodon instance server).
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
|
||||||
|
```
|
||||||
|
# clone this repo
|
||||||
|
git clone https://github.com/cquest/tootbot.git
|
||||||
|
cd tootbot
|
||||||
|
|
||||||
|
# install required python modules
|
||||||
|
pip3 install -r requirements.txt
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user