Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 712 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 712 Bytes

GraphSubCount

GraphSubCount is a python script to fetch subreddit subscriber data and plot the data as an animated line chart in matplotlib.

SubCount

Dependencies

Use the package manager pip to install matplotlib, numpy, pandas, requests, and seaborn.

pip3 install matplotlib
pip3 install numpy
pip3 install pandas
pip3 install requests
pip3 install seaborn

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT