first commit
This commit is contained in:
16
event_scrapers/run_venues.sh
Normal file
16
event_scrapers/run_venues.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
BASEDIR=/home/canin/Downloads/DigiSnaxxEvents
|
||||
DJANGODIR=/home/canin/Downloads/DigiSnaxxEvents/ds_events
|
||||
EVENTDIR=/home/canin/Downloads/DigiSnaxxEvents/ds_events/event_scrapers
|
||||
VENUESDIR=/home/canin/Downloads/DigiSnaxxEvents/ds_events/event_scrapers/Working/venues
|
||||
|
||||
cd $VENUESDIR
|
||||
for file in *
|
||||
do
|
||||
python "$file" $1
|
||||
echo "SCRIPT COMPLETE"
|
||||
done
|
||||
|
||||
cd $EVENTDIR
|
||||
python clean_up.py
|
||||
Reference in New Issue
Block a user