Project

myoack

0.0
No commit activity in last 3 years
No release in over 3 years
Defaults on the authorization to scribbled script by My OAuth Consumer Key
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

 Project Readme

Myoack¶ ↑

Description¶ ↑

Defaults on the authorization to scribbled script by My OAuth Consumer Key

Usage¶ ↑

Only a authorize on the web service at first.¶ ↑

Get a your consumer key from OAuth authorization web service. for example, take it from dev.twitter.com/apps when you like the twitter.

Set the consumer key into “$HOME/.myoack/keys.yml”.

twitter:
  consumer_key: YOUR_CONSUMER_KEY
  consumer_secret: YOUR_CONSUMER_SECRET

Run command “myoack-local-authorization-server.rb”. this command will use 13480 port.

Run command “myoack.rb –auth <ID>”

$ myoack.rb --auth twitter

Let’s scribble some short and simple script, and use consumer key and access token in the script.