Tweeting the wisdom of /dev/urandom at @dev__urandom in text and image form.
Never runs out of things to say, due to the source of its inspiration.
Powered by GitHub Actions.
- Clone/fork the repository
- Register a Twitter app at https://developer.twitter.com/en/apps
- Copy the generated API tokens to
credentials.py
, store them as environment variables, or store them as GitHub repository secrets when using the GitHub Actions workflow. - Ignore changes to
credentials.py
, so you don't commit your keys:git update-index --assume-unchanged credentials.py
- Run
python tweet.py
to run locally, or see the scheduled GitHub Actions runs.
Thanks @LinqLover for the PR adding image support!