|
|
@ -137,7 +137,7 @@ class TwitterNetworkData(NetworkData): |
|
|
|
self.link = 'http://twitter.com/%s/status/%s' % ( |
|
|
|
self.link = 'http://twitter.com/%s/status/%s' % ( |
|
|
|
self.author.username, self.id) |
|
|
|
self.author.username, self.id) |
|
|
|
|
|
|
|
|
|
|
|
self.reply_prefx = '@' + self.author.username + ' ' |
|
|
|
self.reply_prefix = '@' + self.author.username + ' ' |
|
|
|
|
|
|
|
|
|
|
|
if 'protected' in data['user']: |
|
|
|
if 'protected' in data['user']: |
|
|
|
# twitter protects all messages from a user, not per message. |
|
|
|
# twitter protects all messages from a user, not per message. |
|
|
|