RipMeApp / ripme

Downloads albums in bulk
MIT License
3.72k stars 630 forks source link

Add more Tumblr api keys #343

Closed cyian-1756 closed 6 years ago

cyian-1756 commented 6 years ago

We should add a few more tumblr api keys to ripme so that users don't run into 429 errors as often. I think having 5 total api keys would be enough

rautamiekka commented 6 years ago

Better make it unlimitedly iterative, so that you can add as many keys as you please.

cyian-1756 commented 6 years ago

Better make it unlimitedly iterative, so that you can add as many keys as you please.

I'm thinking of just putting all the keys in a list and then randomly choosing one of them

YDdraigGoch commented 6 years ago

Wasn't there, once upon a time, the ability for the user to use their own API key. I think it was with a config file? Also, I'm getting Error:null when I try to rip a blog. Is that related to everyone using one API key, or a separate issue? Thanks.

cyian-1756 commented 6 years ago

@YDdraigGoch

Wasn't there, once upon a time, the ability for the user to use their own API key.

You can still do that. You just need to set tumblr.auth to your api key in the config file rip.properties

Is that related to everyone using one API key

Yup.

YDdraigGoch commented 6 years ago

Thanks for the quick response. My questions are sorted :P I didn't realise rip.properties was in my appdata folder when I was used to it being in the same file as the application. Changed to my API and the null error is no more.

cyian-1756 commented 6 years ago

@YDdraigGoch

If you need any more info we have a wiki page on ripmes various config options

cyian-1756 commented 6 years ago

The api keys have been added so I'm closing this