mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-01-30 17:14:53 +01:00
2476686c33
* added facebook publisher * mobilizon-reshare.git: [propagated-inputs]: Add python-sdk-facebook. This package definition has been generated with `guix import pypi -r facebook-sdk`. * mobilizon-reshare.git: [propagated-inputs]: Use python-facebook-sdk.git. Co-authored-by: Giacomo Leidi <goodoldpaul@autistici.org>
54 lines
884 B
TOML
54 lines
884 B
TOML
[default.publisher.telegram]
|
|
active=true
|
|
chat_id="xxx"
|
|
token="xxx"
|
|
username="xxx"
|
|
[default.publisher.zulip]
|
|
active=true
|
|
instance="xxx"
|
|
chat_id="xxx"
|
|
subject="xxx"
|
|
bot_token="xxx"
|
|
bot_email="xxx"
|
|
[default.publisher.twitter]
|
|
active=true
|
|
api_key="xxx"
|
|
api_key_secret="xxx"
|
|
access_token="xxx"
|
|
access_secret="xxx"
|
|
[default.publisher.mastodon]
|
|
active=true
|
|
instance="xxx"
|
|
token="xxx"
|
|
name="xxx"
|
|
toot_length=500
|
|
|
|
[default.publisher.facebook]
|
|
|
|
active=true
|
|
page_access_token="xxx"
|
|
|
|
[default.notifier.telegram]
|
|
active=true
|
|
chat_id="xxx"
|
|
token="xxx"
|
|
username="xxx"
|
|
[default.notifier.zulip]
|
|
active=true
|
|
instance="xxx"
|
|
chat_id="xxx"
|
|
subject="xxx"
|
|
bot_token="xxx"
|
|
bot_email="xxx"
|
|
[default.notifier.twitter]
|
|
active=true
|
|
api_key="xxx"
|
|
api_key_secret="xxx"
|
|
access_token="xxx"
|
|
access_secret="xxx"
|
|
[default.notifier.mastodon]
|
|
active=false
|
|
|
|
[default.notifier.facebook]
|
|
active=false
|
|
page_access_token="xxx" |