qa-scrapers
qa-scrapers copied to clipboard
Running .bat files on mac
Hi, How to run this on mac. Bat files dont run
A bat file is clearly designed for Windows OS only. You should study what's inside the bat file and convert it into shell script ^^ And actually the bat file turns out is just:
python topic.py %EMAIL% %PASSW% %URL%
You can replace the parameter by your own value, it should work~ Hope this helps~