https://github.com/ibnesayeed/reddit-scraper
A Ruby script to scrape Reddit objects
https://github.com/ibnesayeed/reddit-scraper
docker reddit reddit-scraper ruby scraper
Last synced: about 1 month ago
JSON representation
A Ruby script to scrape Reddit objects
- Host: GitHub
- URL: https://github.com/ibnesayeed/reddit-scraper
- Owner: ibnesayeed
- License: mit
- Created: 2015-07-16T17:06:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T23:09:12.000Z (about 6 years ago)
- Last Synced: 2024-10-12T12:27:22.350Z (over 1 year ago)
- Topics: docker, reddit, reddit-scraper, ruby, scraper
- Language: Ruby
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reddit Scraper
A [Ruby](https://www.ruby-lang.org/) script to scrape public [Reddit](https://www.reddit.com/) 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]]]]]]
```