[quote=3818]@brooksyx, I tried running that line from the command line, but it says that there is no such file.
[/quote]
Well you have to run it in the correct directory.
So I imagine is located in /home/pi/ES_Scraper/
so navigate to the directory first.
cd
cd es_scraper (use the correct name and capitalization)
python scraper.py -w 400
and if you are in the correct directory and it gives you the error python can be weird and you have to point it at the whole directory.
python /home/pi/ES_Scrapper/scraper.py -w 400