Sends automated tweets containing newly created datasets in the open data portal of the city of Münster.
Operation is powered by GitHub Actions & a S3 compatible object storage.
Good to know
Configuration values for communication with the Twitter API. You have to register an app at developer.twitter.com
After you have registered an app at developer.twitter.com, obtain values for consumerKey
, consumerSecret
, accessToken
, accessSecret
and set them in your config.json
.
Configuration values of the S3 client. The S3 bucket will be used for storing json state files.
S3 endpoint URL. For example https://s3.fr-par.scw.cloud
(Scaleway) or https://s3.amazonaws.com
(AWS)
S3 region. For example fr-par
(Scaleway) or eu-central-1
(AWS)
The name of the bucket to be used for storage of json files.
The path to the directory used for storage of json files. Should not end with a /
slash.
Secret credentials to be used by the S3 client.