Skip to content

Commit 805201a

Browse files
Create README.md
1 parent 94fc018 commit 805201a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

web-scraping-bs4/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Build a Web Scraper With Requests and Beautiful Soup
2+
3+
This repository contains code relating to the Real Python tutorial on how to [Build a Web Scraper With Requests and Beautiful Soup](https://realpython.com/build-web-scraper-with-requests-beautiful-soup/).
4+
5+
There are two available scripts:
6+
7+
1. **[`scrape_jobs.py`](https://github.com/realpython/materials/blob/master/web-scraping-bs4/scrape_jobs.py):** The sample script that you build throughout the tutorial
8+
2. **[`job_search.py`](https://github.com/realpython/materials/blob/master/web-scraping-bs4/job_search.py):** The final code expanded as a command-line-interface app

0 commit comments

Comments
 (0)