Juhan Oskar Hennoste

Results 173 comments of Juhan Oskar Hennoste

I would propose even more broadly that having a restriction at all on what the prefix can be is unnecessary. Why restrict how people name their git tags? EDIT: Looking...

Is there actually any practical way to get Chrome cookies without admin privileges? The gist linked above is neat, but it requires closing Chrome while cookie extraction is running, which...

I think your example does reproduce the issue, I just explained the problem poorly. Say I have a markdown file test.md: ```md [exists](exists.zip) [doesn't exist](doesntexist.zip) ``` In the same folder...

> > same error, any solution? > > yep, this is [intentional](https://github.com/thewh1teagle/rookie/issues/45) behavior Try something like this > > ``` > class CookiesManager: > def __init__(self): > self.browser_map = ["chrome",...

I created a PR that should fix this issue. @thewh1teagle how about a review?

You should be able to install my fork of rookiepy from GitHub using something like this: ``` pip install --force-reinstall "git+https://github.com/FeldrinH/rookie#subdirectory=bindings/python" ``` You will need a Rust toolchain installed to...

> I built off your fork with `pip install --force-reinstall "git+https://github.com/FeldrinH/rookie@13cab7f6761807449e604b99418ab5c016afa06d#subdirectory=bindings/python"` And it built without issues, but doesn't seem to work. You might want to try a newer version of...

If the latest version of my fork still doesn't work then try this script and let me know if it works: https://github.com/runassu/chrome_v20_decryption/. Based on that I'll be able to narrow...

> This gives me `sqlite3.OperationalError: unable to open database file` with Chrome open This is expected AFAIK. > Looking at the code, looks like it's meant to print the cookies...

> What if you try it with admin rights? (open cmd as admin and then use rookiepy) It should then extract it in better way That does improve things. With...