This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I need to extract someones entire twitter feed?
01-05-2013, 12:02 AM
Post: #1
I need to extract someones entire twitter feed?
For law purposes - I need to be able to extract someones whole twitter.. rather than scrolling through their whole page. is their a website or software that can do this? if so what

Ads

Find all posts by this user
Quote this message in a reply
01-05-2013, 12:10 AM
Post: #2
 
I found myself in need of an efficient way to download entire Twitter timelines to Excel in order to conduct a thematic analysis of Twitter topics for our research. I decided to share what I discovered. Here’s how to do it:

1. Go to http://twitter.com/statuses/user_timelin...ml?count=x

2. Replace “userid” with your Twitter username

3. You’ll also need to replace the “x” at the end with your total number of tweets which can be found on your home page. This will download all of the tweets in your user timeline.

4. If you’d like to download your friend timeline (i.e., not just all of your tweets, but the tweets of everyone you are following), then replace “user_timeline” with “friends_timeline.”

5. A dialogue box will appear that will ask for your Twitter username and password. Once you’ve entered your username and password, you will have a page of output in xml format. Save this file by going to File->Save As in your browser. I recommend using FIrefox because Safari doesn’t do a good job of saving xml files.

6. Open a worksheet in Excel and click on Data->XML->Import then choose the file you saved during the previous step.

7. Excel will show a dialog box that reads “The specified XML source does not refer to a schema. Excel will create a schema based on the XML source data.” Click “OK”

8. Excel will then produce another dialogue box that asks where you want to put the data. Select “XML list in existing worksheet” and click “OK.”

9. Voila! You will now have an Excel file that contains all of your tweets. Because Twitter is by no means a static medium, you may want to download tweets from time to time. In order to download new Tweets since your last download, find the id# of the last Tweet you downloaded (should be the third column in your Excel file) and input it into the ID field of this url:

http://twitter.com/statuses/user_timelin...ince_id=ID


Currently, Twitter will only return 200 tweets at a time. If you want to download more than 200 tweets, you can download them incrementally by “page” with the link: http://twitter.com/statuses/user_timelin...xml?page=x (the most recent updates are on page “1”).

OR

This application downloads your user timeline automatically: http://johannburkard.de/blog/programming...ackup.html

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)