An open API service indexing awesome lists of open source software.

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

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.