mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-24 04:21:13 +00:00
changed username in README.md
This commit is contained in:
parent
7885d9406a
commit
4e07febd01
|
@ -29,9 +29,9 @@ is @megabot@botsin.space
|
||||||
|
|
||||||
|Switch |Description | Example | Req |
|
|Switch |Description | Example | Req |
|
||||||
|-------|--------------------------------------------------|--------------------|-----|
|
|-------|--------------------------------------------------|--------------------|-----|
|
||||||
| -t | twitter account name without '@' | `Megabot` | Yes |
|
| -t | twitter account name without '@' | `SuperDuperBot` | Yes |
|
||||||
| -i | Mastodon instance domain name | `botsin.space` | Yes |
|
| -i | Mastodon instance domain name | `botsin.space` | Yes |
|
||||||
| -m | Mastodon username | `megabot` | Yes |
|
| -m | Mastodon username | `superduperbot` | Yes |
|
||||||
| -p | Mastodon password | `my_Sup3r-S4f3*pw` | Yes |
|
| -p | Mastodon password | `my_Sup3r-S4f3*pw` | Yes |
|
||||||
| -a | Max. age of tweet to post (in days) | `1` | No |
|
| -a | Max. age of tweet to post (in days) | `1` | No |
|
||||||
| -d | Min. delay before posting new tweet (in minutes) | `15` | No |
|
| -d | Min. delay before posting new tweet (in minutes) | `15` | No |
|
||||||
|
@ -51,5 +51,5 @@ and process the tweets posted in the last 5 days but at least 15 minutes
|
||||||
ago:
|
ago:
|
||||||
|
|
||||||
```
|
```
|
||||||
1-59/15 * * * * /path/to/twoot.py -t Megabot -i botsin.space -m megabot -p my_Sup3r-S4f3*pw -a 5 -d 15
|
1-59/15 * * * * /path/to/twoot.py -t SuperDuperBot -i botsin.space -m superduperbot -p my_Sup3r-S4f3*pw -a 5 -d 15
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user