thelabcat / rumble-chat-actor

Interact with the chat of your livestreams in Python
GNU General Public License v3.0
2 stars 0 forks source link

Remove Selenium dependency #20

Open thelabcat opened 1 month ago

thelabcat commented 1 month ago

Selenium may not be needed as this module can log in without it.

thelabcat commented 4 weeks ago

Because of https://github.com/PiotrDabkowski/Js2Py/issues/317 I cannot use the exact password hash calculator that RumblePy used. I may find a pure Python alternative to the JavaScript function used in the future. However, I'm concerned about the maintainability of this headless plan.