Skip to content

Program that finds the most mentioned stock tickers on the WSB Reddit page

License

Notifications You must be signed in to change notification settings

deliarm/WSB-Tracker

Repository files navigation

WSB-Tracker

Dependencies

python 3.7 or higher
pip install numpy
pip install pandas
pip install yfinance
pip install matplotlib

Usage

from the command line enter

python main.py MM/DD/YYYY [# of iterations] [top X stocks]

The below example will run for October 10th, 2020. It will go througn 10,000 posts and obtain the top 20 stocks

python main.py 10/10/2020 10000 20

Here is the output for the above example: image

image

About

Program that finds the most mentioned stock tickers on the WSB Reddit page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages