sshell / reddit-analyzer

find out when and where someone is posting to reddit
130 stars 15 forks source link
osint reddit

reddit-analyzer

usage: reddit-analyzer.py <screen_name>

This is really a simple little tool. It pulls data from an API to tell you:

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

Special Thanks

I really like tweets_analyzer by @x0rz and this is obviously very heavily inspired by his work with that

Also, a big part of this is that I like projects where I don't have to run around retrieving API keys and throwing them into files to get things to run. God bless pushshift for making this possible.