-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d66217
commit d77dcdb
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
Ultimate Guide to Web Scraping/Part 1 - Requests and BeautifulSoup/README.md
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,8 @@ | ||
You can either go through the iPython notebook, which has the entire article and code, or run the scraping script directly. | ||
|
||
To run the script directly: | ||
|
||
+ Install the requirements: `pip install requests bs4 tqdm` | ||
+ Navigate to script's directory and run: `python script.py` | ||
|
||
Print statements were added so you should see some output about the script's status. |