diff -r 51072e5e6ea9 -r 2ef837069108 script/utils/export_twitter_alchemy.py --- a/script/utils/export_twitter_alchemy.py Mon Oct 15 16:56:57 2012 +0200 +++ b/script/utils/export_twitter_alchemy.py Mon Oct 15 17:01:50 2012 +0200 @@ -295,7 +295,7 @@ username = None profile_url = "" if tw.user is not None: - username = tw.user.name + username = tw.user.screen_name profile_url = tw.user.profile_image_url if tw.user.profile_image_url is not None else "" if not username: username = "anon."