Skip to content

Commit 7e607de

Browse files
committed
refactor: flat is better than nested, PEP20 said
1 parent 857dfa6 commit 7e607de

26 files changed

+12
-37
lines changed

sources/academy/webscraping/scraping_basics_javascript/introduction.md renamed to sources/academy/webscraping/scraping_basics_javascript/01_introduction.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Introduction
33
description: Start learning about web scraping, web crawling, data extraction, and popular tools to start developing your own scraper.
4-
sidebar_position: 1.1
54
category: courses
65
slug: /web-scraping-for-beginners/introduction
76
---

sources/academy/webscraping/scraping_basics_javascript/data_extraction/index.md renamed to sources/academy/webscraping/scraping_basics_javascript/02_data_extraction.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Basics of data extraction
33
description: Learn about HTML, CSS, and JavaScript, the basic building blocks of a website, and how to use them in web scraping and data extraction.
4-
sidebar_position: 1.2
54
category: courses
65
slug: /web-scraping-for-beginners/data-extraction
76
---
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Starting with browser DevTools
33
description: Learn about browser DevTools, a valuable tool in the world of web scraping, and how you can use them to extract data from a website.
4-
sidebar_position: 1
54
slug: /web-scraping-for-beginners/data-extraction/browser-devtools
65
---
76

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Finding elements with DevTools
33
description: Learn how to use browser DevTools, CSS selectors, and JavaScript via the DevTools console to extract data from a website.
4-
sidebar_position: 2
54
slug: /web-scraping-for-beginners/data-extraction/using-devtools
65
---
76

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Extracting data with DevTools
33
description: Continue learning how to extract data from a website using browser DevTools, CSS selectors, and JavaScript via the DevTools console.
4-
sidebar_position: 3
54
slug: /web-scraping-for-beginners/data-extraction/devtools-continued
65
---
76

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Computer preparation
33
description: Set up your computer to be able to code scrapers with Node.js and JavaScript. Download Node.js and npm and run a Hello World script.
4-
sidebar_position: 4
54
slug: /web-scraping-for-beginners/data-extraction/computer-preparation
65
---
76

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Project setup
33
description: Create a new project with npm and Node.js. Install necessary libraries, and test that everything works before starting the next lesson.
4-
sidebar_position: 5
54
slug: /web-scraping-for-beginners/data-extraction/project-setup
65
---
76

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Scraping with Node.js
33
description: Learn how to use JavaScript and Node.js to create a web scraper, plus take advantage of the Cheerio and Got-scraping libraries to make your job easier.
4-
sidebar_position: 6
54
slug: /web-scraping-for-beginners/data-extraction/node-js-scraper
65
---
76

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Extracting data with Node.js
33
description: Continue learning how to create a web scraper with Node.js and Cheerio. Learn how to parse HTML and print the results of the data your scraper has collected.
4-
sidebar_position: 7
54
slug: /web-scraping-for-beginners/data-extraction/node-continued
65
---
76

sources/academy/webscraping/scraping_basics_javascript/data_extraction/save_to_csv.md renamed to sources/academy/webscraping/scraping_basics_javascript/10_save_to_csv.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Saving results to CSV
33
description: Learn how to save the results of your scraper's collected data to a CSV file that can be opened in Excel, Google Sheets, or any other spreadsheets program.
4-
sidebar_position: 8
54
slug: /web-scraping-for-beginners/data-extraction/save-to-csv
65
---
76

0 commit comments

Comments
 (0)