Skip to main content

All Questions

Filter by
Sorted by
Tagged with
3 votes
0 answers
578 views

Rails app that scrapes forum using Nokogiri gem

I've built a website that scrapes a guitar forum's pages and populates Rails model. I'm using rake task along with heroku scheduler to run background scrapes every hour. On the homepage, the forum ads ...
Jamie B's user avatar
  • 325
5 votes
1 answer
178 views

Reverse-engineering with Filepicker API

I have this script to pull data out of the Filepicker API internal. It's mostly reverse-engineering and the code seems to be ugly to me. How can this be improved? ...
bl0b's user avatar
  • 405
1 vote
1 answer
2k views

Infinitely scrolling display of web-scraped search results

My web application is simply supposed to take a search query, run a script on it that returns product information and then post it in an "endless" fashion on a web page, making one page with no ...
David West's user avatar