Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 818 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 818 Bytes

CS499_Collect_Data

Scrapes data from a users tweet history with the time it was created, the number of likes on each post, the amount of times it was retweets and the text

MUST Enter Twitter Developer Credentials to Run program. https://developer.twitter.com/en/apps Must Create an app and go to the tab labeled keys and tokens.

This code was made through jupyter notebook with the tweepy api.

The CSV file in the REPO was generated using this source code.

The CSV contains an ID for every tweet. The exact time the tweet was created. The current number of likes on each post and the ammount of times the post was retweeted. I also included tweet.text which is just the text of what was posted. The last thing could be useful in determining if likes have a correlation to the contents of a tweet ex. Humor, etc.