Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 446 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 446 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
  • 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.