Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
cimentadaj committed Mar 15, 2023
1 parent e52cfd6 commit 7a34e67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions book/slides/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@ Slides:
- [Welcome](./welcome/welcome.html)
- [A Primer on Webscraping](./primer_webscraping/primer_webscraping.html)
- [Data Formats for Webscraping](./data_formats_wscrap/data_formats_wscrap.html)

- Second class
- [Intro to Regular Expressions](./intro_regex/intro_regex.html)
- [Intro to XPath](./intro_xpath/intro_xpath.html)

- Third class
- [Scraping Spanish Schools](./case_study_spanish_schools/case_study_spanish_schools.html)
- [Project Guidelines](./project_guidelines/project_guidelines.html)

- Fourth class
- [Introduction to REST APIs](./intro_apis/intro_apis.html)
- [A Primer on REST APIs](./primer_apis/primer_apis.html)

- Fifth class
- [A Dialogue between computers](./dialogue_between_computers/dialogue_between_computers.html)
- [Intro to JSON](./intro_json/intro_json.html)
- [Reminder project guidelines](./project_guidelines/project_guidelines.html)

- Sixth class
- [Exploring the Amazon API](./cs_exploring_amazon_api/cs_exploring_amazon_api.html)

- Seventh class
- [Automating Webscraping](./automating_web_scraping/automating_data_harvesting.html)
- [Grabbing real time bicycle data](./automating_apis/automating_apis.html)
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,10 @@ Pick `nano`, the easiest one.

## Scheduling our scraper

![](images/crontab_schedule_file.png){fig-align="center"}

Here is where we write `* * * * * Rscript ~/newspaper/newspaper_scraper.R`
Depending, you might need to add: `PATH=/usr/local/bin:/usr/bin:/bin`

![](images/crontab_schedule_file.png){fig-align="center"}

## Scheduling our scraper

Expand Down

0 comments on commit 7a34e67

Please sign in to comment.