mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-02-14 02:30:53 +01:00
* added get_formatted_event * fixed cli settings * added format command * refactored inspect
47 lines
725 B
TOML
47 lines
725 B
TOML
|
|
[testing.selection]
|
|
strategy = "next_event"
|
|
|
|
|
|
[testing.source.mobilizon]
|
|
url="https://mobilizon.it/api"
|
|
group="tech_workers_coalition_italia"
|
|
|
|
|
|
|
|
[testing.publishing.window]
|
|
begin=12
|
|
end=24
|
|
|
|
[testing.selection.strategy_options]
|
|
break_between_events_in_minutes =1
|
|
|
|
|
|
[testing.publisher.telegram]
|
|
active=true
|
|
chat_id="xxx"
|
|
token="xxx"
|
|
username="xxx"
|
|
|
|
[testing.publisher.facebook]
|
|
active=false
|
|
[testing.publisher.zulip]
|
|
active=false
|
|
[testing.publisher.twitter]
|
|
active=false
|
|
[testing.publisher.mastodon]
|
|
active=false
|
|
|
|
|
|
[testing.notifier.telegram]
|
|
active=true
|
|
chat_id="xxx"
|
|
misspelled_token="xxx"
|
|
username="xxx"
|
|
[testing.notifier.zulip]
|
|
active=false
|
|
[testing.notifier.twitter]
|
|
active=false
|
|
[testing.notifier.mastodon]
|
|
active=false
|