tumblr / pytumblr

A Python Tumblr API v2 Client
Apache License 2.0
723 stars 196 forks source link

Is there a way to get the posts from a specific tag? #83

Closed veggiedefender closed 8 years ago

veggiedefender commented 8 years ago

Like if I want to find all the posts with the tag "pizza" how would I do that?

edit: never mind

ceyko commented 8 years ago

@veggiedefender Check out the the Tagged Methods section of README.md:

client.tagged(tag, **params); # get posts with a given tag