Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 488 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 488 Bytes

Twetter

A command-line twitter interface. Mostly a toy-project for me to use twitter with, doing what I wanted it to do.

Things it currently supports

  • LaTeX!
  • Getting mentions
  • Reading tweets from stdin
  • Piping input in and tweeting it
  • streaming your timeline

Setup

Needs an OAUTH set up, then add a config file at ~/.twitter_info with:

consumer_key: consumer_secret: access_token: access_secret:

with the fields completed.