reddit analyzer: find out when and where someone is posting to reddit
reddit analyzer
This is really a simple little tool. It pulls data from an API to tell you:
- when an account was made
- when an account posted last
- how many times a user has posted
- how much karma they received for said posts
- when they are most active on Reddit
- what subreddits they frequent
- if any of those subreddits correlate to a physical location
all-locations.txt is a large list of subreddits that are tied to locations in the real world (countries, states, cities, colleges.) If you want lists for just specific regions, I separated the lists and they can be found under my other repo, location-subreddits
Download
git clone https://github.com/sshell/reddit-analyzer.git
Use
Source: https://github.com/sshell/