https://github.com/codeandcats/sg-scraper
Tool for scraping albums from suicidegirls.com
https://github.com/codeandcats/sg-scraper
Last synced: 11 months ago
JSON representation
Tool for scraping albums from suicidegirls.com
- Host: GitHub
- URL: https://github.com/codeandcats/sg-scraper
- Owner: codeandcats
- License: mit
- Created: 2016-03-19T01:44:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T03:05:04.000Z (almost 9 years ago)
- Last Synced: 2025-03-11T03:31:25.561Z (over 1 year ago)
- Language: JavaScript
- Size: 2.76 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sg-scraper
#### A node command line app for downloading albums from [suicidegirls.com](http://suicidegirls.com).
## ⚠️ Attention
Unfortunately some time since publishing this project [suicidegirls.com](http://suicidegirls.com) decided to implement protection against bots using Google's reCAPTCHA, effectively breaking this scraper. From my initial investigation there seems like potential ways around the issue but unfortunately none that I can dedicate time to implementing. That said, I will gladly accept a pull request from anyone up to the challenge!

## 1. Install
```
npm install sg-scraper -g
```
## 2. Setup
```
sg-scraper config -u -p -d
```
E.g.
```
sg-scraper config -u ash.ketchum -p GottaCatchEm4ll -d d:\pics\sg\
```
## 3. Run
```
sg-scraper scrape [album-url]
```
E.g.
```
sg-scraper scrape https://www.suicidegirls.com/girls/fishball/album/2303471/gotta-catchem-all/
```
Or don't specify an album url and it will use the url in the clipboard if there is one.