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

Why is the last step so vague #9

Open
thethonk2 opened this issue Apr 12, 2024 · 1 comment
Open

Why is the last step so vague #9

thethonk2 opened this issue Apr 12, 2024 · 1 comment

Comments

@thethonk2
Copy link

I'm just annoyed that I've been stumped for 2 weeks when it comes to running the code provided by people on github, most of the time it comes to vague steps that just expect me to know what to do. So I ask, how do you run this js file once you have the file-with-cookies-copy-pasted-from-Chrome.txt file, do these files need to be somewhere specific.

@dandv
Copy link
Owner

dandv commented Apr 12, 2024

Hi, thanks for the feedback! GitHub is generally used by programmers, so I assumed folks know how to use run a Node.js script and are familiar with the command line prompt / terminal.

Node needs to be installed, and both files (the .js and the cookies .txt file) need to be in the same directory.

Let me try to detail the steps for you, then I'll update the README if they work:

  1. Install Node.js from the link provided
  2. Perform steps 1 through 7
  3. Open a terminal window
  4. Navigate to the directory in which you saved both files, using the cd command, e.g. cd Downloads
  5. Run the command from step 8

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