lots of updates :/
This commit is contained in:
16
events/scrapers/scripts/run_venues.sh
Normal file
16
events/scrapers/scripts/run_venues.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
BASEDIR=/var/www/digisnaxx.ado/api.digisnaxx
|
||||
DJANGODIR=/var/www/digisnaxx.ado/api.digisnaxx/events
|
||||
SCRIPTDIR=/var/www/digisnaxx.ado/api.digisnaxx/events/scrapers/scripts
|
||||
VENUESDIR=/var/www/digisnaxx.ado/api.digisnaxx/events/scrapers/Working/venues
|
||||
|
||||
cd $VENUESDIR
|
||||
for file in *
|
||||
do
|
||||
python "$file" $1
|
||||
echo "SCRIPT COMPLETE"
|
||||
done
|
||||
|
||||
cd $SCRIPTDIR
|
||||
python clean_up.py
|
||||
Reference in New Issue
Block a user