Skip to content

imeredith/surusu-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages