ThePolarizationOfInformationOnTheWeb / ThePolarizationOfInformation

Across the internet, how polarized are opinions and information covering a topic?
2 stars 0 forks source link

Implement Tweet Collector Class Infrastructure #14

Closed dickensc closed 6 years ago

dickensc commented 6 years ago

Implement the TweetCollector class infrastructure. Use Tweepy and Twitter API Read keys from a file we will save on our own machines.

init(): Set up connection with API and open file for writing

Methods:

dickensc commented 6 years ago

Start with this and we will add a new methods to collect other features from the Tweets such as the 20 most recent likes among those who liked the tweets and so forth.

prajjwaldangal commented 6 years ago

I told you about the beanstalk and twitter-python project. That looks complicated and not well documented. So if you find some starter code, do share it with me. Thanks

dickensc commented 6 years ago

I started for this issue you can start on and I use tweepy, but we are kind of at a wall until we get the access tokens