Skip to content
#

article-scraper

Here are 4 public repositories matching this topic...

Language: All
Filter by language

The program can be used to scrape the content from an article from web by an input of a set of URLs in a text file or a URL. This project uses newspaper3k and python-docx libraries. The output of this program will give a neatly modified Word Document in '.docx' format with the contents of the article.

  • Updated Aug 5, 2020
  • Python

This Python script is designed to scrape articles from The Guardian's technology section using their API. It fetches article data, extracts the titles and content, and then saves each article's content to separate text files. The text files are organized in a folder named with the current date and time of the scraping.

  • Updated Nov 26, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the article-scraper topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the article-scraper topic, visit your repo's landing page and select "manage topics."

Learn more