Automate rotating branding colour themes
-
Create a new app on the Twitter account you want to manage
You will need to record the app's consumer key, consumer secret, access token, and access token secret. Set them as secrets in GitHub called
TWITTER_CONSUMER_KEY
,TWITTER_CONSUMER_SECRET
,TWITTER_ACCESS_TOKEN
, andTWITTER_ACCESS_TOKEN_SECRET
respectively. -
Set up Gravatar
Set the primary Gravatar email address and password as secrets in GitHub called
GRAVATAR_EMAIL
andGRAVATAR_PASSWORD
respectively.
This runs automatically every day at around 4am via GitHub Actions. After setup, no human interaction should be required.
This repository uses the scripts to rule them all pattern.
Run
script/setup
to perform all the required setup.
Run
script/update
to bring your local environment up to date.
Run
script/test
to run the full test suite.