Skip to content
No description or website provided.
Ruby
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
README.textile
surusu-export.rb

README.textile

Using Surusu-Export

Surusu has a usernamecookie and passwordcookie for establishing the first session. Once we have the PHPSESSIONID, we use that for all other requests.

Surusu uses the session for almost everything, due to this reason, we hit the /switchdeck.php page first to change the deck to the required one.

ruby surusu-export.rb <username> <password> <deck>

The above outputs to STDOUT, if you want it outputted to file, add -o file

ruby surusu-export.rb <username> <password> <deck> -o outfile

Requirements

  • ruby 1.9.1+
  • scrapi gem
Something went wrong with that request. Please try again.