Skip to content

visheshks04/article-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Article Scraper

Scrapes articles for their Title and Body for the given url.

Tech Stack

Python, BeautifulSoup

Running on local

  1. Fork the repo clicking on the fork button in the top right corner

  2. Clone the repo to your local machine using the following command

git clone https://github.com/<your-github-username>/article-scraper.git
  1. Packages to be installed: bs4==4.10.0, requests==2.22.0. Run the following:
pip install bs4==4.10.0 requests==2.22.0
  1. Just run the scrape.py with url as the command line argument. There can be any number of urls.
python scrape.py https://www.link-to-the-article.comes/here https://www.maybe-another-article.com/
  1. Look for the saved articles in the same directory named by their index numbers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages