Skip to content

Instantly share code, notes, and snippets.

@sheatsb
Forked from mtwstudios/gist:4241118
Created February 16, 2013 23:21
Show Gist options
  • Select an option

  • Save sheatsb/4969172 to your computer and use it in GitHub Desktop.

Select an option

Save sheatsb/4969172 to your computer and use it in GitHub Desktop.
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