Update a pinned gist to contain the latest tweets of a user
Create a GitHub Gist and create a token with the gist scope.
gist
Register a Twitter app and create a .env file:
.env
GIST_ID= GITHUB_TOKEN= TWITTER_USER= TWITTER_CONSUMER_KEY= TWITTER_CONSUMER_SECRET= TWITTER_ACCESS_TOKEN_KEY= TWITTER_ACCESS_TOKEN_SECRET=
Adjust poll rate in .circleci/config.yml.
.circleci/config.yml