-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request : automatically retrieve steamLoginSecure from the chromium browser #23
Comments
Oh that seems cool, but why use java and not python-pip?? and then We can import the library directly into start.py The main issue is how do we know what browser to select and if that cookie data is valid or not. Seems more complicated the more I think about it. |
Sure, it's probably better to do all with python. In my case, I already had You are right, it seems complicated to have a browser-agnostic solution. |
OK, will have a play and see what I can do, will add it to the v2.3 TODO list. |
I added some lines in
|
For the record, opening a random page like above was not effective.
I have now 0 manual setup, the script is fully automated ! |
For the record : with a bit of JavaScript and a quick-and-dirty 1-line addition to
start.py
, it is possible to automatically retrievesteamLoginSecure
from a chromium browser :master...Saroumane:linux-idle-master:master
Prerequisites :
Node.js must be installed.
For example with :
$ sudo pacman -Suy nodejs
Install
rookie
from https://github.com/thewh1teagle/rookie/tree/mainFor example with :
$ npm install @rookie-rs/api
Caveat : this js script is intended only for chromium browsers, but
rookie
supports also other browsers.The text was updated successfully, but these errors were encountered: