Skip to content

A simple ruby tool that scrapes reddit user's comment history and saves into a JSON file

Notifications You must be signed in to change notification settings

krishpranav/redditosint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redditosint

A simple ruby tool that scrapes reddit user's comment history and saves into a JSON file

forthebadge

Installation

git clone https://github.com/krishpranav/redditosint
cd redditosint
bundle installl

(or)

gem install redditosint
irb
require redditosint
redditosint.engage('exampleusername')

Output

{
  "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 "
}

Releases

No releases published

Packages

No packages published

Languages