Do you have much scripting experience? There are a handful of pre-built twitter oauth classes out there that will allow you to connect to twitter and then you can connect and see what data you can mine from their APIs
1. Register an application/dev account
2. Create a basic application to fetch users and store them in a text file or database (choose whatever is easier for you - I usually opt for databases since it's easier to select EXACTLY what you want)
3. Scrape a ton of user id's
4. Scrape their followers/people they follow
5. Loop through each user ID's feed and try to match them against a "valid email" regular expression to parse out real emails instead of "@username" targets/mentions
6. Log all the emails to a database
7. ?????
8. Profit
I finally found the name of the twitter class I use. It is open source and was pretty simple to hook up vs writing my own. Here is a link to the project. sourceforge.net/projects/codebird-php.codebird.p/files/
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.