Skip to content

ibnesayeed/reddit-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reddit Scraper

A Ruby script to scrape public Reddit data sequentially.

To run as an independent script:

$ ./reddit_scraper.rb [start_at [blocks_count [block_size [type_prefix [reddit_user [output_dir]]]]]]

To run in a Docker container:

$ docker run -d -v /host/data/directory:/output ibnesayeed/reddit-scraper [start_at [blocks_count [block_size [type_prefix [reddit_user [output_dir]]]]]]

Releases

No releases published

Packages

No packages published