mirror of
https://github.com/cquest/tootbot.git
synced 2024-11-23 20:11:06 +00:00
jq is required
This commit is contained in:
parent
f49977e4cf
commit
994ef0ab2a
|
@ -33,6 +33,11 @@ cd tootbot
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# install additional required software
|
||||||
|
|
||||||
|
apt install jq
|
||||||
|
|
||||||
|
|
||||||
## Useage
|
## Useage
|
||||||
|
|
||||||
`python3 tootbot.py <twitter_pseudo> <mastodon_account> <mastodon_password> <mastodon_domain> [max_items [tags_to_add]]`
|
`python3 tootbot.py <twitter_pseudo> <mastodon_account> <mastodon_password> <mastodon_domain> [max_items [tags_to_add]]`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user