forked from bida/MastodonMegafono
.
This commit is contained in:
parent
24130fe267
commit
49f2fe2895
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# Megafono Mastodon Bida
|
||||
# Megafono Mastodon Cisti
|
||||
|
||||
Il bot megafono prende linea per linea da un file che può essere configurato settando `DATA_FILE` in `megafono_bot.sh`.
|
||||
Ogni linea del file è evalutata con `eval ./toot.sh $line` quindi ATTENZIONE:
|
||||
|
@ -9,4 +9,4 @@ Ogni linea del file è evalutata con `eval ./toot.sh $line` quindi ATTENZIONE:
|
|||
|
||||
- per lo stesso motivo sopra è necessario che caratteri speciali come `;` `&` `\n` `"` e tutti quelli che potrebbero creare problemi a `bash` siano URL encoded (ad esempio `\n` diventa `%0A` oppure `"` diventa `%22`).
|
||||
|
||||
- ogni linea dovrà essere quindi strutturata così `--eventuali="parametri da dare" -a="toot.sh" "TESTO DEL TOOT"`, guardate l'help di `toot.sh` per i parametri.
|
||||
- ogni linea dovrà essere quindi strutturata così `--eventuali="parametri da dare" -a="toot.sh" "TESTO DEL TOOT"`, guardate l'help di `toot.sh` per i parametri.
|
||||
|
|
Loading…
Reference in a new issue