loshz / tweet

Tweet from your terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweet Build Status

Tweet is a command line tool for sending tweets from your terminal. It's as simple as that.

Installation

  • Create a new Twitter app
  • Create an Access Token and Secret key
  • Download the repo go get github.com/danbondd/tweet
  • cd into directory and run make setup
  • Copy keys from Twitter app into ~/.config/tweet/config.json
  • Enjoy! tweet "I sent this tweet from my command line :)"

About

Tweet from your terminal.

License:MIT License


Languages

Language:Go 96.7%Language:Makefile 3.3%