https://github.com/krishpranav/redditosint
A simple ruby tool that scrapes reddit user's comment history and saves into a JSON file
https://github.com/krishpranav/redditosint
information-gathering osint reconnaissance reddit reddit-osint ruby ruby-osint username-checker username-osint
Last synced: 3 months ago
JSON representation
A simple ruby tool that scrapes reddit user's comment history and saves into a JSON file
- Host: GitHub
- URL: https://github.com/krishpranav/redditosint
- Owner: krishpranav
- Created: 2021-07-15T09:22:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T10:11:31.000Z (almost 5 years ago)
- Last Synced: 2025-08-05T23:28:45.080Z (11 months ago)
- Topics: information-gathering, osint, reconnaissance, reddit, reddit-osint, ruby, ruby-osint, username-checker, username-osint
- Language: Ruby
- Homepage:
- Size: 12.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# redditosint
A simple ruby tool that scrapes reddit user's comment history and saves into a JSON file
[](https://forthebadge.com)
# Installation
```
git clone https://github.com/krishpranav/redditosint
cd redditosint
bundle installl
```
(or)
```rb
gem install redditosint
irb
require redditosint
redditosint.engage('exampleusername')
```
# Output
```json
{
"author": "exampleusername"
"subreddit": "examplesubject"
"permalink": "https://www.reddit.com/r/examplesubject/comments/8830oa/example_post/dsads3/"
"timestamp": "2019-2-19 19:18:21 -0100"
"text": "Some Text Here "
}
```