Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Does this work with mac? #16

Open
TexCode400 opened this issue Nov 19, 2020 · 6 comments
Open

Does this work with mac? #16

TexCode400 opened this issue Nov 19, 2020 · 6 comments

Comments

@TexCode400
Copy link

Odd questions, I am new to all of this, but I am attempting to follow instructions, but fail to execute properly.

I follow 1 & 2

Open mac terminal copy/past
3 (git clone https://github.com/VVNoodle/PS5bot)

Which successfully downloads it. I close, then re open terminal.

copy/paste cd /the/project/directory in terminal, but it comes up directory not found?

I don't know if i'm inept or if this doesn't work with Mac?

@texastoastt
Copy link

This does indeed work on Mac. As long as you have node installed, it runs without issue.

The /the/project/directory is just an example. You need to insert the actual directory for where the project was downloaded.
In my case, It's on my desktop, so my command would look like this:

cd Desktop/PS5bot/

@TexCode400
Copy link
Author

Damn, dude, I am dumb as hell. Thank you so much - I'll take a look once I get home!

@jtsoos3175
Copy link

I am getting ps5bot is not recognized command

@texastoastt
Copy link

Make sure to run yarn and yarn link to install any dependencies. This also has an impact on path configuration.
You can also preface ps5bot with the word node, to specify that it is a nodejs script.

node ps5bot followed by node ps5bot scrape, after config has been generated.

@TrentSudd
Copy link

Is this for digital version or full version of ps5?

@texastoastt
Copy link

Is this for digital version or full version of ps5?

By default, PS Direct and Walmart monitor the physical and Target monitors the Digital, however, you can edit the item links to be whichever version you want.

The files to edit are located in ps5bot/src/utils/ and are named scrape-store-util.ts

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

No branches or pull requests

4 participants