n8henrie / pycookiecheat

Borrow cookies from your browser's authenticated session for use in Python scripts.
https://n8henrie.com/2013/11/use-chromes-cookies-for-easier-downloading-with-python-requests/
MIT License
744 stars 111 forks source link

is there a reason for cryptography 3.4.6 and not 41.0.3 ? #56

Closed fire17 closed 1 year ago

fire17 commented 1 year ago

Check out #53 Bump cryptography from 3.4.6 to 41.0.3

is there a specific reason its 3.4.6 and not the bumped?

hackers hacking hackers?.. hope not all the best!

n8henrie commented 1 year ago

Sorry, it was on the dev branch. Now pushed to master. Thanks for the issue!

fire17 commented 1 year ago

For sure :) Awesome project! By the way do you know something similar on windows? Thanks and all the best ! @n8henrie

n8henrie commented 1 year ago

Sorry, I'm not much of a windows user, so I am not sure of a windows alternative.

I imagine you could use pycookiecheat within windows subsystem for linux though. If you try that, could you report back?

fire17 commented 1 year ago

I didn't find the problem being with the dependencies, but opening the cookies file.. SQLite didn't load it. Could try from wsl2 why not.. If this will work cross platform it could be amazing! I'm building dynamic UIs that present data from various platforms that the user is already using. & This would be amazing to not have them sign in again (on a specialized browser) for all their accounts. Instead it would just be seamless

Think Spotify, but also shows you YouTube and apple music etc in the same search results, and playlists. Think YouTube, but with Netflix/movies123/etc in the same results. Think an AI UI that can use Google, Perplexity, ChatGPT, Claude freely and seamlessly 😏 Lemme know what you think,

n8henrie commented 1 year ago

Sounds very interesting! If you make progress on pycookiecheat support in windows via WSL please report back :)