mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-01-31 05:33:45 +00:00
Updated doc for cap
This commit is contained in:
parent
71acd65ba0
commit
9f8117a1a7
|
@ -37,9 +37,9 @@ of last week.
|
||||||
# usage
|
# usage
|
||||||
|
|
||||||
```
|
```
|
||||||
twoot.py [-h] -t <twitter account> -i <mastodon instance> -m <mastodon
|
twoot.py [-h] -t <twitter account> -i <mastodon instance> -m <mastodon account>
|
||||||
account> -p <mastodon password> [-r] [-v]
|
-p <mastodon password> [-r] [-v] [-a <max age in days)>]
|
||||||
[-a <max age in days>] [-d <min delay in mins>]
|
[-d <min delay (in mins>] [-c <max # of toots to post>]
|
||||||
```
|
```
|
||||||
|
|
||||||
# arguments
|
# arguments
|
||||||
|
@ -57,6 +57,7 @@ is @superduperbot@botsin.space
|
||||||
| -r | Post reply-to tweets (ignored by default) | *N/A* | No |
|
| -r | Post reply-to tweets (ignored by default) | *N/A* | No |
|
||||||
| -a | Max. age of tweet to post (in days) | `5` | No |
|
| -a | Max. age of tweet to post (in days) | `5` | No |
|
||||||
| -d | Min. delay before posting new tweet (in minutes) | `15` | No |
|
| -d | Min. delay before posting new tweet (in minutes) | `15` | No |
|
||||||
|
| -c | Max number of toots allowed to post (cap) | `1` | No |
|
||||||
|
|
||||||
When using the `-v` switch consider:
|
When using the `-v` switch consider:
|
||||||
* whether the copyright of the content that you want to cross-post allows it
|
* whether the copyright of the content that you want to cross-post allows it
|
||||||
|
|
Loading…
Reference in New Issue
Block a user