UTMediaCAT / Voyage

Other
12 stars 5 forks source link

twitter_explorer.py: SourceSite, SourceTwitter and CountLog model #4

Closed yuya-iwabuchi closed 9 years ago

yuya-iwabuchi commented 9 years ago

SourceSite - store all links instead while assigning matched bool accordingly. SourceTwitter - store all twitter accounts mentioned in the tweet. CountLog - store retweet count and favorite count when visited with time stamp.

wangx173 commented 9 years ago

SourceSite and SourceTwitter have been implemented and tested. They are working well so far. However, I have trouble with CountLog since tweepy doesn't really support getting number of retweets and favourite_count

yuya-iwabuchi commented 9 years ago

tweet.retweet_count and tweet.favourites_count should be there as I can find code snippets using it. Have you tried using them?

wangx173 commented 9 years ago

can you send me the link? cuz tweepy says something like "up to 20 or 100"

yuya-iwabuchi commented 9 years ago

Here and here