Download an entire selected Suicide Girls album. Just run by appending the URL of the album.
- Automatically creates and sort download paths.
- Hopefuls compatible.
- Suicide Girls account.
- Go 1.9
git clone https://github.com/Osuka42g/SGo-Scraper.git
cd SGo-Scraper
go get
cp .env.example .env
Open .env
and fill SESSIONIDTOKEN with your own Token.
go build
./SGo-Scraper http://suicidegirls.com/full-url-to-the-suicidegirls-album
If you want to also compress the downloaded files, append -z
at the end as argument.
- Using Google Chrome, log in into your Suicide Girls account.
- Pop out the developers console and go to Application tab.
- At the left, go to Storage -> Cookies -> https://suicidegirls.com
- Scroll down until you find sessid cookie.
- Copy the value from Value column.
In order to access to full albums, credentials to the site are required. Current implementation cannot just login to Suicide Girls because the login is captcha protected; so we are accesing the crawler with the cookie from our login.
🍻