Skip to content

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

Notifications You must be signed in to change notification settings

JevinD/CS499_Collect_Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published