Woody2143 / HumbleBundleDL

Script used to download files from Humble Bundle
MIT License
5 stars 2 forks source link

What goes in the config file? #1

Closed tlc closed 6 years ago

tlc commented 7 years ago

What goes in the config file?

Woody2143 commented 6 years ago

Sorry, I realize this script is still super-alpha. And a bigger apology that I didn't see this question till now, Oct 9th, holy smokes!

The session cookie you can get from your browser when you log in to humble bundle, just look at your cookies. One day I hope to automate it enough it'll take care of the logging in. This is just a side-side project right now, so any code submissions would be awesome.

cat .humbleBundle.cfg sessionCookie: 'xxxxxxxxxxxxxxx' saveDir: '/home/jsmith/saves'

ekuns commented 6 years ago

I just made a pull request that, among other things, adds documentation about what is expected in the configuration file.

Woody2143 commented 6 years ago

Cool, I'll look it over and get it merged in!