chrisma / dev-urandom

:game_die: Tweeting the wisdom of /dev/urandom.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/dev/urandom Twitter Bot

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.

image

Powered by GitHub Actions.

Run it

  • 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.

Contributors

Thanks @LinqLover for the PR adding image support!

About

:game_die: Tweeting the wisdom of /dev/urandom.

License:MIT License


Languages

Language:Python 100.0%