API Docs: http://tumblr.com/api
Developers Blog: http://developers.tumblr.com/
- Register your app - http://tumblr.com/oauth/apps
- Do the OAuth handshake to get a token
sudo easy_install oauth2
- https://gist.github.com/3556495
https://github.com/tumblr/tumblr_client
# install RVM (if you don't already have it)
bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
rvm install 1.9.2
rvm use 1.9.2
# get the tumblr gem
gem install tumblr_client
# ...set up your ~/.tumblr file
$ tumblr
https://github.com/dasevilla/tumblr-python
# install oauth2
easy_install oauth2
git clone https://github.com/dasevilla/tumblr-python.git
sudo python setup.py install
https://github.com/tumblr/tumblr.php
git clone [email protected]:tumblr/tumblr.php.git
cd tumblr.php
# install composer
curl -sS https://getcomposer.org/installer | php
php composer.phar install