Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I really need it but I can't do it because I'm new at this whole thing #20

Open
dalloguilherme opened this issue Dec 6, 2018 · 10 comments

Comments

@dalloguilherme
Copy link

Can someone please help with a new tutorial for begginers?

@javierarce
Copy link
Owner

Hi, @dalloguilherme. Please, be more specific… what have you tried to do?

@littbunny
Copy link

hey also brand new, very limited programming knowledge. can do some stuff with a router but thats the extent. it seems to want me to have a website to link the app to? thats as far as i got. trying to register the app. Any help would be appreciated. Please forgive my ignorance. Trying to download my likes from tumblr before the cleanse on 12/17

@javierarce
Copy link
Owner

javierarce commented Dec 9, 2018

it seems to want me to have a website to link the app to?

@littbunny you mean in this form, right? You can use any URL, as long as it's valid (eg: http://google.com will work)

@dalloguilherme
Copy link
Author

dalloguilherme commented Dec 10, 2018 via email

@KoenigKrote
Copy link

KoenigKrote commented Dec 11, 2018

@dalloguilherme
Go to http://tumblr.com/settings/apps
"Register a new app"
Fill it in however you like. As long as its a valid domain it'll take it.
You'll get an OAuth key, copy that
Open "export.rb"
On the line that says api_key = ENV[stuff] replace that with api_key = "OAUTH KEY YOU COPIED"
Make sure to wrap it in the quotes.
Do the same for your username.
Make sure you have your likes set to public.
Then run, assuming you have ruby installed and set up.

Found this about 2 minutes ago, apparently there's a 1000 requests per hour rate limit, I don't know if this takes that into account or not.

EDIT: Looks like anything hidden behind the NSFW tag or possibly already flagged for deletion and "hidden" to anybody that didnt already know about it, that content doesn't get pulled by this particular script.

@jace075
Copy link

jace075 commented Dec 11, 2018

Perhaps not the best place but, I just wanted to say Thank you so much for this @javierarce

If anyone is having issues with the gem install httparty with this error code

ERROR:  Could not find a valid gem 'httparty' (>= 0), here is why:
          Unable to download data from https://rubygems.org/ - timed out (https://api.rubygems.org/specs.4.8.gz)

and using windows, try disabling the ipv6 on the network adapter, worked for me :).

"Aaaaand we're done, parsed 4710" 🥇

@dalloguilherme
Copy link
Author

dalloguilherme commented Dec 14, 2018 via email

@dalloguilherme
Copy link
Author

dalloguilherme commented Dec 14, 2018 via email

@dalloguilherme
Copy link
Author

dalloguilherme commented Dec 14, 2018 via email

@dalloguilherme
Copy link
Author

dalloguilherme commented Dec 14, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants