Skip to content
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

Import cookies from cookies.txt and misc. #1

Open
anonim1979-2 opened this issue Nov 2, 2022 · 2 comments
Open

Import cookies from cookies.txt and misc. #1

anonim1979-2 opened this issue Nov 2, 2022 · 2 comments

Comments

@anonim1979-2
Copy link

anonim1979-2 commented Nov 2, 2022

@eversinc33

First I found this tool very usefull. Thank you for sharing it!

A)
Is it possible to have an option like in you can find in wget/curl to import all/many cookies (ex. from chrome extension get cookies.txt) at once?
wget --load-cookies cookies.txt

B) Is it possible to parse offline (ex. downloaded with wget) .html file and get the same amount of links?

C) I have no idea how to build an .exe. I would be thankfull if you could release binary 1.0.x with future releases.

@eversinc33
Copy link
Owner

Hey! Thanks, that nice to hear that someone uses this tool.

I should be able to add your suggestions this weekend when I will find some free time.

The release should be available under releases, with an exe to download. Ignore the latest release - the only thing that changed there is the project name, since I changed my github username.

@eversinc33
Copy link
Owner

Although (at least in linux), both is already possible with some rudimentary bash knowledge:

-b "$(cat cookies.txt)"

And for the offline parsing: Serve the directory with the downloaded file with python3 -m http.server 8080 and then run the tool on http://localhost:8080. Although naturally that will not work recursively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants