meepen / salien-bot

Steam Summer Sale 2018 "Salien" minigame bot - runs in console or browser
MIT License
418 stars 104 forks source link

Headless: add -tj argument to pass base64 gettoken.json contents. #135

Closed tplk closed 6 years ago

tplk commented 6 years ago

1) Add --token-json arg to pass base64 string. The reason is to be able to deploy app to server without gettoken.json file instead of which you should use env var (or now.sh secret in my case). 2) Add missing info and format help block.

tplk commented 6 years ago

Done 👍

tplk commented 6 years ago

@meepen do you think we need to update readme (I think it'll be an overkill to dump it in --help message) to describe how to generate base64 string from gettoken.json?