Backup your Twitter Friends in a simple way
Gestern ging ein lautes Raunen durchs klein Twittervillage, da so manch, man mag fast schreiben alle, Twitteraner mehr als eine Hand voll Twitter Kontakte verloren hatten.
Dies kommt so mancher Nase einem Weltuntergang gleich, da er/ sie/ es zwischen Kaffeepause und Powernap nicht wenig Zeit auf der Twitterplatform verbringt. Meine Stirn bildete hindes keine Frustrationsfalten, da mir Twitter bisweilen primaer eher seltensten Falles angefragten "Response" offenbarte. Wer dennoch seine Twitter Kontakte als Backup speichern moechte, dem lege ich den Blogbeitrag von Vince Koser ans geneigte Herz, denn auf einem simplen Weg beschreibt er die Vorgehensweise eines solchen Backups. [..] This method will work for those who are following less than 100 people. Make a call to the twitter API like this. http://twitter.com/statuses/friends.xml If your following more than 100 people you will need to add the page parameter which will return the next 100 you are following, append the parameter page=2 for instance What will be returned will be an xml file of the people you are following. You can save this file then import it into excel or some other tool for archival. In excel choose file-> open and select the xml file you saved from above. Select read only workbook and it will give you a nice spreadsheet format of the data that you can save to a regular excel file. This should work in open office but I don’t have it installed to check. To archive the people following you use the same method but the following url http://twitter.com/statuses/followers.xml?page=2 Happy twittering [..] ** Nice Word - followers and followees(?)
http://twitter.com/statuses/friends.xml?page=2
for the next 100, keep adding 1 to the page until you capture all your followers then merge the data in excel or some other tool.
http://twitter.com/statuses/followers.xml
You can apply the same logic as the above page=2 to capture followers beyond the first 100 such as