Thread: designing web crawler in c

  1. #1
    Registered User
    Join Date
    Dec 2007
    Posts
    14

    designing web crawler in c

    Hi,
    I m trying to design a web crawler in c....
    Please someone tell me what API should i use..
    i m working on linux...
    Please give more information about this...
    tutorial links if possible...

    Thanks in advance!!

  2. #2

  3. #3
    The superhaterodyne twomers's Avatar
    Join Date
    Dec 2005
    Location
    Ireland
    Posts
    2,273

  4. #4
    Registered User
    Join Date
    Dec 2007
    Posts
    14
    Thanks for that [http://curl.haxx.se/libcurl/c/] link ....
    I ve one more doubt how to access a public ip using c(because libcurl uses the url as an input)..
    What if i want to give an ip as an input..ie making http request to a public ip...
    Thanks once again

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    http://64.233.183.99/
    http://www.google.com/
    Both work in a browser, both should work from curl.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  6. #6
    Registered User
    Join Date
    Dec 2007
    Posts
    14

    Smile

    well i also tried it previously.....
    I hope the same ...[It may work in curl]..
    If it does nt i ll be back..
    Thanks for the quick reply...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Consuming same Web Service multiple times
    By cfriend in forum C# Programming
    Replies: 2
    Last Post: 01-10-2006, 09:59 AM
  2. SWEBS Web Server
    By nickname_changed in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 09-22-2003, 02:46 AM
  3. Further developing C for the web
    By bjdea1 in forum C Programming
    Replies: 24
    Last Post: 12-25-2002, 01:49 PM
  4. What is your favourite programming or web designing language?
    By techie in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 10-19-2001, 02:14 PM