subreddit_stats is a Python tool to provide basic statistics on a subreddit. To see the what sort of output subreddit stats generates check out /r/subreddit_stats.
Installation
sudo apt-get install python-setuptools
sudo easy_install pip
sudo pip install subreddit_stats
Examples of how to run subreddit_stats
- Generate stats for subreddit foo for the last 30 days with extra verbose output. Post results to subreddit bar as user user.
subreddit_stats -d30 -vv -R bar -u user foo
- Generate stats for subreddit blah for the top posts of the year. Post the results to the same subreddit as user resu.
subreddit_stats --top year -u resu blah
- To see other possible options
subreddit_stats --help
Product's homepage
Requirements:
· Python