You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# HowToTweetEveryCommit
2
-
have you ever wanted to lose all of your followers by tweeting every single commit message to the world? based off: https://gist.github.com/kylefrost/f3841e76749dc64f4b5e
2
+
have you ever wanted to lose all of your followers by tweeting every single commit message to the world?
changed to do the actual twitter post in python using `Tweepy` because the oauth-sign and http-post install from tar.gz was giving me problems and python is just easier. hopefully this makes it a bit more usable for someone else. enjoy!
7
+
3
8
4
9
5
10
1. Get your developer tokens from https://apps.twitter.com/ and make sure your permissions are set to "Read and Write"
3. Go to the local repository that you want to have commits tweeted from and find the `.git` folder. Note that most operating systems have folders that start with "." hidden. To unhide folders on Mac OSX press `Command+Shift+.`
0 commit comments