jennybenjamina.github.io
GitHub Pages
Pic 16A Tweeter
Authors
JennyBenjamina, Jamie1130
- Our project scrapes tweets from Twitter and turns it into a dataframe, a graph, or a csv file.
- main.ipynb is the main file to run the class and functions.
- top_words method takes the tweets from the user inputted and finds the top 20 most important words.
- get_tweets methodd finds tweets related to the keyword(s) given.
- get_my_tweets method grabs all the tweets from my homepage twitter.
- to_graph method creates a graph with the dataframe given.
main.ipynb uses most of the methods and class