Price-Tracking-Web-Scraper
Price-Tracking-Web-Scraper copied to clipboard
Mac
Can you run it on mac as well?
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.
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