GraphSubCount is a python script to fetch subreddit subscriber data and plot the data as an animated line chart in matplotlib.
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
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.