/twit-this

A simple implementation to update your twitter status from terminal

Primary LanguagePython

Twit this

  • Update your status without leaving your terminal 😃
  • NOTE: Create a mycreds.py file and put there your tokens as privided by the Twitter API

Example:

consumer_token = "yourtoken"
consumer_secret = "yourtoken"
access_token = "yourtoken"
access_token_secret "yourtoken" 
  • More updates to come 😉