You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: