Results 1 to 2 of 2

Thread: Scraper structure?

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2018
    Posts
    8

    Scraper structure?

    Hi there, I'm going to create my first web scraper and I want know from your experts which structure should I give to my project.

    I thought for the moment to create three folders:
    • Controllers: contains all the method for scrape specific site page.
    • Helpers: general utility for the class.
    • Orm: the database relation object.


    Is that implementation good? How can I improve it?

    Thanks for any hint / help.

  2. #2
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,902

    Re: Scraper structure?

    Web scrapers tend to be frowned upon round here because they're most commonly used to violate web site's usage policies. There are legitimate uses or them but if you want to get help you're going to have to tell us which web site(s) you intend to scrape and why.
    The best argument against democracy is a five minute conversation with the average voter - Winston Churchill

    Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width