Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.
Yuri Schimke edited this page May 20, 2016 · 29 revisions

OkHttp Social Client

A curl like client based on OkHttp with tight integration for Mac OSX

Features

Installation

$ brew install yschimke/tap/oksocial
$ oksocial --authorize twitter
$ twitterapi /1.1/statuses/home_timeline.json

Requires Java 8 and Mac OSX

See Running for command options

Development

$ brew install jq
$ git clone https://github.com/yschimke/oksocial
$ cd https://github.com/yschimke/oksocial
$ ./oksocial --authorize twitter
$ ./oksocial https://api.twitter.com/1.1/statuses/user_timeline.json

Dependencies

Clone this wiki locally