tumblr / pytumblr

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

Get keys for local application #170

Closed heymingmo closed 1 year ago

heymingmo commented 1 year ago

Hello!

I'm new to the Tumblr API (and using APIs in general). I'm hoping to work on a pet project application to pull metrics such as likes, follows, and post activity from my blog for general analytics purposes. As this is intended to only run locally on my computer (I have no intention of having other people use it), I am having trouble getting keys as the registration process requires an application website which I do not have, is there another way I can get the necessary keys for my project, please?

Thank you in advance!

dj-ratty commented 1 year ago

It's simple if you check the docs.

application website which I do not have

wdym? You can find URL for registering applications in docs or here. All you need is tumblr account

heymingmo commented 1 year ago

Ok it seems I confused myself... Thank you for your reply!