Price-Tracking-Web-Scraper icon indicating copy to clipboard operation
Price-Tracking-Web-Scraper copied to clipboard

Mac

Open iameatingalionbar opened this issue 2 years ago • 2 comments

Can you run it on mac as well?

iameatingalionbar avatar Jul 05 '23 16:07 iameatingalionbar

If you have a Mac, I think you should test it yourself and let us know.

I would assume at the very least, you would need to write your own script for the scheduler batch file since .bat is for Windows.

nicdgonzalez avatar Jul 06 '23 17:07 nicdgonzalez

Here's the equivalent bash script, I'm not sure about one of the lines though, I assume it's just for formatting, in which case you could replace it with just echo:

cd ../backend
python app.py
# Not sure about the following line
# %SendKeys% {Enter}
cd ../scheduler
sleep 10
python main.py

bolshoytoster avatar Jul 08 '23 10:07 bolshoytoster