5 lines
108 B
Bash
Executable file
5 lines
108 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source ./venv/bin/activate.sh
|
|
|
|
scrapy runspider imgur/spiders/explore.py -o scraped/photos.csv
|