5 lines
115 B
Bash
Executable file
5 lines
115 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source ./venv/bin/activate.sh
|
|
|
|
scrapy runspider photo_scraper/spiders/flickr.py -o scraped/flickr.csv
|