All Projects → sshell → Reddit Analyzer

sshell / Reddit Analyzer

find out when and where someone is posting to reddit

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Reddit Analyzer

Digital Privacy
一个关于数字隐私搜集、保护、清理集一体的方案,外加开源信息收集(OSINT)对抗
Stars: ✭ 1,231 (+1072.38%)
Mutual labels:  osint
Ghunt
🕵️‍♂️ Investigate Google emails and documents.
Stars: ✭ 10,489 (+9889.52%)
Mutual labels:  osint
Reddit Sentiment Analysis
This program goes thru reddit, finds the most mentioned tickers and uses Vader SentimentIntensityAnalyzer to calculate the ticker compound value.
Stars: ✭ 97 (-7.62%)
Mutual labels:  reddit
Check
Development environment for Meedan Check, a collaborative media annotation platform
Stars: ✭ 84 (-20%)
Mutual labels:  osint
Pervertgram
A project for stalking people on Instagram.
Stars: ✭ 88 (-16.19%)
Mutual labels:  osint
Dot
Darknet OSINT Transform
Stars: ✭ 93 (-11.43%)
Mutual labels:  osint
Phishing catcher
Phishing catcher using Certstream
Stars: ✭ 1,232 (+1073.33%)
Mutual labels:  osint
Place Atlas
The /r/place Atlas is a project aiming to catalog all the artworks created during Reddit's /r/place event.
Stars: ✭ 100 (-4.76%)
Mutual labels:  reddit
Tidos Framework
The Offensive Manual Web Application Penetration Testing Framework.
Stars: ✭ 1,290 (+1128.57%)
Mutual labels:  osint
Tia
Your Advanced Twitter stalking tool
Stars: ✭ 98 (-6.67%)
Mutual labels:  osint
Instaloctrack
An Instagram OSINT tool to collect all the geotagged locations available on an Instagram profile in order to plot them on a map, and dump them in a JSON.
Stars: ✭ 85 (-19.05%)
Mutual labels:  osint
Rexport
Reddit takeout: export your account data as JSON: comments, submissions, upvotes etc. 🦖
Stars: ✭ 87 (-17.14%)
Mutual labels:  reddit
Nintendeals
Library with a set of tools for scraping information about Nintendo games and its prices across all regions (NA, EU and JP).
Stars: ✭ 94 (-10.48%)
Mutual labels:  reddit
Geo Recon
An OSINT CLI tool desgined to fast track IP Reputation and Geo-locaton look up for Security Analysts.
Stars: ✭ 82 (-21.9%)
Mutual labels:  osint
Osint San
Framework для сбора данных из открытых источников. В Framework используется большое количество API, их необходимо зарегистрировать самому.​
Stars: ✭ 99 (-5.71%)
Mutual labels:  osint
Gitmad
Monitor, Alert, and Discover sensitive info and data leakage on Github.
Stars: ✭ 81 (-22.86%)
Mutual labels:  osint
Doge
Darknet Osint Graph Explorer
Stars: ✭ 93 (-11.43%)
Mutual labels:  osint
Laravel Reddit
Reddit clone built with Laravel 5
Stars: ✭ 101 (-3.81%)
Mutual labels:  reddit
Reddit Bot
🤖 Making a Reddit Bot using Python, Heroku and Heroku Postgres.
Stars: ✭ 99 (-5.71%)
Mutual labels:  reddit
Grawler
Grawler is a tool written in PHP which comes with a web interface that automates the task of using google dorks, scrapes the results, and stores them in a file.
Stars: ✭ 98 (-6.67%)
Mutual labels:  osint

reddit-analyzer

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].