-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(web-scraping): refactor structure
- Loading branch information
Showing
14 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
5 changes: 0 additions & 5 deletions
5
web-scraping/intro-to-web-scraping/examples/c-sharp/compile.sh
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
web-scraping/introduction-to-web-scraping/examples/c-sharp/compile.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
Empty file.