-
Notifications
You must be signed in to change notification settings - Fork 17
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
Generate potoken and visitordata from sig helper? #10
Comments
The program works by emulating the DOM API, intercepting JavaScript functions, and making a fake |
Yeah. I have looked too bad there is no way to use the npm library jsdom directly in rust. There is a lookalike library in rust but it's probably incomplete: https://github.com/spider-rs/jsdom |
I've decided to just make inv_sig_helper run a extractor script written in Node.JS, and parse and return (maybe cache aswell) the result back to the users |
Won't this make building for cross platform more difficult? How are you going to achieve this? I was wondering if we could instead run the jsdom library using node from rust: https://austinpoor.com/blog/js-in-rs |
Nevermind, I'll figure out how to use Deno's runtime, although that means we'll have 2 JS interpreters inside the program |
@techmetx11 can you give us your matrix username? We would like to invite you to a private room for more in depth info about this implementation |
@techmetx11:digitalprivacy.diy |
@techmetx11 someone found on how to generate poToken without a browser: https://github.com/YunzheZJU/youtube-po-token-generator
Do you think it would be somewhat possible to integrate this into sig helper project?
Cc @SamantazFox
The text was updated successfully, but these errors were encountered: