devi

simple twitter stream to toots masto bot
git clone https://git.lurk.org/repos/devi.git
Log | Files | Refs | README | LICENSE

config.json.sample (332B)


1
2
3
4
5
6
7
8
9
10
11
{
  "twitter_bearer_token": "C0D3DE4D69",
  "twitter_stream_rule": "(sanic OR \"gotta go fast\") -is:retweet",
  "nitter_instance": "https://nitter.42l.fr",
  "mastodon_api_base_url": "https://botsin.space",
  "mastodon_client_id": "C0D3DE4D69",
  "mastodon_client_secret": "C0D3DE4D69",
  "mastodon_client_token": "C0D3DE4D69"
}