Tumblr-follow
Installation
gem install tumblr-follow
Usage
- Run executable file
run_this_for_tumblr_oauth_tokens
to get your OAuth token and secret To set api key and api secret:
Tumblr::api_key = your_key Tumblr::api_secret = your_secret
To follow someone:
your_account = Tumblr::Account.new(:oauth_token => your_oauth_token, :oauth_secret => your_oauth_secret) your_account.follow!(tumblr_account)
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request