View on GitHub

Tweeter

PIC 16A Final

jennybenjamina.github.io

GitHub Pages

Pic 16A Tweeter

Authors

JennyBenjamina, Jamie1130

  1. main.ipynb is the main file to run the class and functions.
  2. top_words method takes the tweets from the user inputted and finds the top 20 most important words.
  3. get_tweets methodd finds tweets related to the keyword(s) given.
  4. get_my_tweets method grabs all the tweets from my homepage twitter.
  5. to_graph method creates a graph with the dataframe given.

main.ipynb uses most of the methods and class