Template for web-scraping PDF documents
- urllib
pip3 install urllib3
To use webscraper, fork this repository and clone it to your local system. I recommend the following:
- Change directory into your Desktop
cd Desktop
- Initialize a Git repository in Desktop
git init
- Clone the repository (example given below)
git clone https://github.com/beomjin-lee/webscraper.git
- Change directory into the repository
cd webscraper
-
Edit the code to suit your needs with URL, and the number of articles you wish to scrape
-
Run the code
python3 webscrape.py