Twitter Data Extraction Script Needed

Discussion in 'Programming' started by len781, Jun 23, 2011.

  1. #1
    Looking for a script to extract twitter data, profile, name, website, etc.
     
    len781, Jun 23, 2011 IP
  2. ntomsheck

    ntomsheck Peon

    Messages:
    87
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It would be easier to make from scratch. I would use the CURL library in PHP to pull it, then an assortment of preg_match statements to pull the data you need. Then you can tailor it to your needs after that.
     
    ntomsheck, Jun 23, 2011 IP
  3. indianseocompany

    indianseocompany Peon

    Messages:
    204
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Buddy before consulting someone please check your so called suggestion. Tools like Google search result, Twitter tweets etc uses ajax to display the content. So not even with your curl or file_gets_content can cache these data.

    @len781, You need API based application. check out http://dev.twitter.com/doc/get/search
     
    indianseocompany, Jun 24, 2011 IP
  4. len781

    len781 Active Member

    Messages:
    160
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #4
    thanks, if you can help me to put it together, I'll pay.
     
    len781, Jun 24, 2011 IP
  5. ntomsheck

    ntomsheck Peon

    Messages:
    87
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Yeah, it's probably impossible they have an ajax/js free mobile version from which you could pull all the information necessary. Mobile browsers aren't the newest fad.

    ... http://mobile.twitter.com/tomhanks/about

    Regardless, your API solution would be less work, cleaner code, and just better in general (don't have to account for little changes in the page), I just didn't know they had an API (probably should have haha). Just be a little less arrogant and presumptuous when correcting someone elses errors.
     
    Last edited: Jun 27, 2011
    ntomsheck, Jun 27, 2011 IP
  6. gabster

    gabster Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    it might be possible with ubot or similar browser-based bot engine application though. but if you end up going for an API, i know that twitter limits the data you can grab, not sure which data you are going after
     
    gabster, Jun 29, 2011 IP