-
-
Save sheatsb/4969172 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| API Docs: http://tumblr.com/api | |
| # 1. Register an app | |
| http://tumblr.com/oauth/apps | |
| # 2. Get an OAuth request token | |
| sudo easy_install oauth2 | |
| https://gist.github.com/3556495 | |
| # 3a. Ruby Client | |
| https://github.com/codingjester/tumblr_client | |
| bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) | |
| rvm install 1.9.2 | |
| rvm use 1.9.2 | |
| gem install tumblr_client | |
| - set up your ~/.tumblr file | |
| $ tumblr | |
| # 3b. Python Client | |
| https://github.com/dasevilla/tumblr-python | |
| git clone https://github.com/dasevilla/tumblr-python.git | |
| sudo python setup.py install | |
| # 3c. PHP Library | |
| https://github.com/jsjohnst/tumblr-api.php | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment