Search found 8 matches

by mfletcher
Wed Jan 10, 2018 9:42 am
Forum: Data Extraction and Web Screen Scraping
Topic: Site now uses infinite scrolling - what to do?
Replies: 12
Views: 25077

Re: Site now uses infinite scrolling - what to do?

I'm OK to give you some Advice and Suggestions but I'm not too keen on helping you "too precisely" with your Script as I don't help for Social Media for Like/Comment/Follow, sorry... Your original Qt was about "Infinite Scrolling", I'll stick to that part... Thanks. For the reco...
by mfletcher
Tue Jan 09, 2018 9:44 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Site now uses infinite scrolling - what to do?
Replies: 12
Views: 25077

Re: Site now uses infinite scrolling - what to do?

I think I've made some significant improvements. So far I've commented out lastPageID / getLastPageID. Also removed goToPage() and put its content inside extractFromUser(). Did the same with processCurrentPage() which no longer needs a while loop I think? Is runMacro("URL GOTO=javascript:window...
by mfletcher
Tue Jan 09, 2018 1:14 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Site now uses infinite scrolling - what to do?
Replies: 12
Views: 25077

Re: Site now uses infinite scrolling - what to do?

Here's the actual script: https://gist.github.com/snoopiesnax/bd9 ... 1a55da23e0 -- would be great if we could continue via PM or email ([...]@protonmail.com) - thanks!
by mfletcher
Tue Jan 09, 2018 12:22 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Site now uses infinite scrolling - what to do?
Replies: 12
Views: 25077

Re: Site now uses infinite scrolling - what to do?

Oh hey :) Didn't see you there before I edited my post :)

Great idea with the portable, great idea indeed! I'm on it.
by mfletcher
Tue Jan 09, 2018 11:22 am
Forum: Data Extraction and Web Screen Scraping
Topic: Site now uses infinite scrolling - what to do?
Replies: 12
Views: 25077

Re: Site now uses infinite scrolling - what to do?

Greetings and pardon the late reply!

Any chance you could help me in private, say in exchange for some bitcoins?

Cheers!
by mfletcher
Fri Sep 22, 2017 1:12 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Site now uses infinite scrolling - what to do?
Replies: 12
Views: 25077

Re: Site now uses infinite scrolling - what to do?

Thank you so much for your answer :)

Please allow for some time to pass while I try to update this script.

Have a good weekend!
by mfletcher
Wed Sep 20, 2017 4:44 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Site now uses infinite scrolling - what to do?
Replies: 12
Views: 25077

Re: Site now uses infinite scrolling - what to do?

Yeah, he's very good isn't he :)

I'm on Firefox 55.0.3 with iMacros for Firefox 9.0.3 on Windows 10.
by mfletcher
Wed Sep 20, 2017 3:40 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Site now uses infinite scrolling - what to do?
Replies: 12
Views: 25077

Site now uses infinite scrolling - what to do?

I'm sorry, I'm very new to this. A friend wrote this a long time ago. I reckon I have to tell `extractFromLibrary` to use some scroll mechanism instead of parsing through pages? Thanks! // Instead of just extracting all the books from one library, this script imports a list of library's from CSV // ...