Skip to content

PaperkraftMike/git_text

Repository files navigation

Git Text

Have your GitHub issues texted to you using Twilio

sample text

  1. Sign up for Twilio

  2. Make sure you have Ruby installed

  3. Set environmental variables for your GITHUB_USERNAME and GITHUB_PASSWORD

  4. Set the environmental variable for your TWILIO_ACCOUNT_SID and TWILIO_AUTH_TOKEN

cat << EOF >> ~/.bash_profile
export GITHUB_USERNAME='yourgithubemail@youremailhost.com'
export GITHUB_PASSWORD='yourgithubpassword'
export TWILIO_ACCOUNT_SID='yourtwilioaccountsid'
export TWILIO_AUTH_TOKEN='yourtwilioauthtoken'
EOF

source ~/.bash_profile
  1. Modify git_text.yml with a repo, user, filter, and assignee you'd like to print issue changes for.

  2. Migrate the database:

    rake db:migrate

  3. Run the script, ruby git_print.rb, to start getting texts every time an issue with that assignee is modified! The script must be running for this to work.

Contributing

Forks and contributions are welcome! Bring them on!

Credits

Much thanks go out to the great @zachfeldman and his git_print for being my inspiration for this project. If you'd rather have your issues printed out onto sticky labels then make sure to check out his project.

About

Have your new GitHub issues sent to you as text messages using the GitHub and Twilio APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages