Skip to content

Commit

Permalink
feat(web-scraping): refactor structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jofaval committed Apr 22, 2023
1 parent 5cfe5ea commit 341bcaf
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 5 deletions.
21 changes: 21 additions & 0 deletions web-scraping/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Web Scraping

An introduction to web scraping

## Sites

Along the examples, a local web will be provided, for reliability purposes

Here you'll find what you need, [sites](./sites/), **ssg** is the generator, it uses Astro.

## Introduction to Web Scraping

Beginner-friendly web scraping

## Headless Web Scraping

Web scraping with headless browsers, scrape dynamic content

## BONUS: Web Scraping with Selenium

Selenium and web scraping

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
COMPILER_PATH=c:\\Windows\\Microsoft.NET\\Framework\\
COMPILER_VERSION=v4.0.30319
COMPILER_PATH_TO_EXE=csc.exe

$COMPILER_PATH\\$COMPILER_VERSION\\$COMPILER_PATH_TO_EXE /out:CSharpWebScraperExample.exe CSharpWebScraperExample.cs
Empty file.
Empty file.

0 comments on commit 341bcaf

Please sign in to comment.