This project webscrapes the post titles from the subreddit "WallStreetBets", and converts the data into a CSV file. It also generates a graph containing the 10 most mentioned ticker symbols for that day.
Run pip3 install -r requirements.txt
in the terminal to install the required libraries.
Run webscrape.py to generate a CSV file. This CSV file contains tickers from post titles (ex. $AMD) and related post data from the current date.
Run wsb.Rmd in RStudio to generate a graph