reddit-analyzer

find out when and where someone is posting to reddit.

usage: reddit-analyzer.py <screen_name>

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 recieved 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 reigons, i seperated the lists and they can be found under my other repo, location-subreddits

Example Output

example output

GitHub