Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Web scraping to database

  • 07-06-2007 2:41pm
    #1
    Registered Users, Registered Users 2 Posts: 15,503 ✭✭✭✭


    Hi,

    Im wondering if anyone can recommend a programming language or push me in the right direction with a project.
    I have to scrape data from a webpage & store this data in a database. The data will have to be updated regularly, every 10-15mins probably, and deleted when its no longer relevent.

    Ive done a lot of java, a bit of c & c++, and have done some basic basic php (just connecting to a mysql database & adding/retrieving data). There just seems to be so many different options i dont really know where to start.

    If anyone has any suggestions/recommendations id be really grateful!
    Thanks! :)


Comments

  • Registered Users, Registered Users 2 Posts: 21,263 ✭✭✭✭Eoin


    If you've done a bit of PHP before, then this should do the trick?

    http://www.tgreer.com/class_http_php.html


  • Closed Accounts Posts: 884 ✭✭✭NutJob


    Anything with regular expressions and a decent networking liburies.

    Have done this before in Java and also in perl.


  • Registered Users, Registered Users 2 Posts: 6,571 ✭✭✭daymobrew


    I use some perl scripts with cron to download a weather data page, extract the required data (regular expressions) and push the data to a database (via a perl CGI on a web site). Then PHP reads the data to produce a nice graph.


  • Registered Users, Registered Users 2 Posts: 7,987 ✭✭✭Trampas


    I have used VB.NET for doing this.

    Are you scraping big chunks of text or word here and a word there?

    Regular Expressions can do it


  • Registered Users, Registered Users 2 Posts: 15,503 ✭✭✭✭jellie


    Thanks for the help.

    Its data from a table that im scraping, thered be quite a lot of it


  • Advertisement
Advertisement