Skip to content

Commit

Permalink
Merge branch 'WS-0007' of https://github.com/BCCN-Prog/webscraping_2018
Browse files Browse the repository at this point in the history
… into WS-0007
  • Loading branch information
vrgsdaniel committed Jul 17, 2018
2 parents 41e8431 + 221e6d0 commit 6e660f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 66 deletions.
11 changes: 7 additions & 4 deletions crontab_info.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Crontab commands to create files produced by the webscraping scripts

0 */9 * * * /usr/bin/python3 /home/danielv/Documents/webscraping_2018/hourly_structured.py >> /home/danielv/cron_weather.log 2>&1
0 */9 * * * /usr/bin/python3 /home/danielv/Documents/webscraping_2018/daily_structured.py >> /home/danielv/cron_weather_daily.log 2>&1
0 8,20 * * * /usr/bin/python3 /home/danielv/Documents/webscraping_2018/hourly_db.py >> /home/danielv/cron_weather.log 2>&1
0 8,20 * * * /usr/bin/python3 /home/danielv/Documents/webscraping_2018/daily_db.py >> /home/danielv/cron_weather_daily.log 2>&1
0 2,8,14,20 * * * /home/danielv/anaconda3/bin/python /home/danielv/Documents/webscraping_2018/bild_scraping.py >> /home/danielv/cron_bild.log 2>1
0 8,20 * * * /home/danielv/anaconda3/bin/python /home/danielv/Documents/webscraping_2018/Wetter_de_scraping.py >> /home/danielv/cron_wetter_de.log 2>&1

0 8,20 * * * /usr/bin/python3 /home/danielv/Documents/webscraping_2018/Web_Scraping_wetter_de_full_day.py >> /home/danielv/cron_wetter_full.log 2>&1

0 2,8,14,20 * * * /home/danielv/anaconda3/bin/python /home/danielv/Documents/webscraping_2018/Web_Scraping_wetter_de_day_periods.py >> /home/danielv/cron_wetter_daily.log 2>1
62 changes: 0 additions & 62 deletions save_bild_html_as_pkl.py

This file was deleted.

0 comments on commit 6e660f5

Please sign in to comment.