Twitter Email Extractor Script

It's very easy to create working script for scrapping usernames from hashtag search with simple XML dom parcer and PHP. From hashtags, because the URL is simple with no simbols lile ? and & (twittercom/hashtag/keyword). All the scrip must do is scrape everything from (class="username js-action-profile-name") and than replace <b>, </b> and @ with nothing. It can even run on cronjob. I think this is useless - have cheap bots that do all the job for you.

What to do with the mails? Impot them in gmail as contacts and than import your gmail contacts to twitter. Ofcourse can get banned :).
 
Back
Top