michaelhelmick / python-tumblpy

A Python Library to interface with Tumblr v2 REST API & OAuth
BSD 2-Clause "Simplified" License
122 stars 36 forks source link

Missing search posts by tag : /tagged – Get Posts with Tag #21

Closed tcarvalheiro closed 11 years ago

tcarvalheiro commented 11 years ago

hello,

i have noticed that the searching for posts by tag is missing, am i correct?

Best Regards

michaelhelmick commented 11 years ago

I'll take a look at this later and let you know if it's an error or what :) Thanks for using the library!

michaelhelmick commented 11 years ago

@tcarvalheiro I can assure you that is not broken (in 0.7.1 or 1.0.0) .. just to be safe update to 1.0.0! :)

from tumblpy import Tumblpy
t = Tumblpy(YOUR_APP_KEY, YOUR_APP_SECRET, USER_OAUTH_TOKEN, USER_OAUTH_TOKEN_SECRET)
t.get('tagged', params={'tag': 'gif'})

To install python-tumblpy 1.0.0 via pip: pip install python-tumblpy==1.0.0