-
Notifications
You must be signed in to change notification settings - Fork 25
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
Comments
Hi, @dalloguilherme. Please, be more specific… what have you tried to do? |
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 |
@littbunny you mean in this form, right? You can use any URL, as long as it's valid (eg: http://google.com will work) |
Hi! I’ve downloaded everything, but I really don’t know where to start. I have 9k of posts on Tumblr and I have to download all the pics immediately, but since I only started searching for it 3 days ago, I don’t even know what this app github is and how it works. It would mean a lot for me if you help me through this. Thanks for answering me, anyway!
Enviado do meu iPhone
Em 7 de dez de 2018, à(s) 07:01, Javier Arce <[email protected]> escreveu:
… Hi, @dalloguilherme. Please, be more specific… what have you tried to do?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@dalloguilherme 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. |
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
and using windows, try disabling the ipv6 on the network adapter, worked for me :). "Aaaaand we're done, parsed 4710" 🥇 |
Thank you for texting me back. So I did registered the new app using the “https://www.google.com.br” public domain, and got my OAuth Key. Still can’t open the “export.rb” file, maybe because I still don’t have the Ruby app. Any advices?
Enviado do meu iPhone
Em 11 de dez de 2018, à(s) 00:07, Michael <[email protected]> escreveu:
… @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.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Ok, so here it is: what should I exactly change?
And then, I download a version of Ruby for my desktop... how should I set it up? Ignore my last mail, please... Thank you for helping me, you have no idea how nice you’re being by replying me. I’m so grateful.
Enviado do meu iPhone
Em 11 de dez de 2018, à(s) 00:07, Michael <[email protected]> escreveu:
… @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.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Enviado do meu iPhone
Em 13 de dez de 2018, à(s) 23:08, Guilherme Dallo <[email protected]> escreveu:
… Ok, so here it is: what should I exactly change?
And then, I download a version of Ruby for my desktop... how should I set it up? Ignore my last mail, please... Thank you for helping me, you have no idea how nice you’re being by replying me. I’m so grateful.
Enviado do meu iPhone
Em 11 de dez de 2018, à(s) 00:07, Michael ***@***.***> escreveu:
> @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.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub, or mute the thread.
|
Javier, let me explain myself better: I’ve download a version of Ruby and just got a lot of archives but can’t run any of them. The “old one” from the site, now I have a .rb, .ps1 and two .bat archives, but can’t run any of them. I really need to save everything from my tumblr AS SOON AS I CAN, so I’m desperate. I changed the first two lines of the export.rb file and it ended up being: api_key = (code) // username = ARGV[0] || (my username). Is it right? Sorry for asking, but please help me!
Enviado do meu iPhone
Em 13 de dez de 2018, à(s) 23:10, Guilherme Dallo <[email protected]> escreveu:
…
Enviado do meu iPhone
Em 13 de dez de 2018, à(s) 23:08, Guilherme Dallo ***@***.***> escreveu:
> Ok, so here it is: what should I exactly change?
> And then, I download a version of Ruby for my desktop... how should I set it up? Ignore my last mail, please... Thank you for helping me, you have no idea how nice you’re being by replying me. I’m so grateful.
>
> Enviado do meu iPhone
>
> Em 11 de dez de 2018, à(s) 00:07, Michael ***@***.***> escreveu:
>
>> @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.
>>
>> —
>> You are receiving this because you were mentioned.
>> Reply to this email directly, view it on GitHub, or mute the thread.
|
Can someone please help with a new tutorial for begginers?
The text was updated successfully, but these errors were encountered: