An open API service indexing awesome lists of open source software.

https://github.com/simonefelici/newspaper_scraper

The program allows the user to enter a website URL, extracts the URLs from that website, presents a choice of news titles, and displays the scraped content for the selected title.
https://github.com/simonefelici/newspaper_scraper

Last synced: 19 days ago
JSON representation

The program allows the user to enter a website URL, extracts the URLs from that website, presents a choice of news titles, and displays the scraped content for the selected title.

Awesome Lists containing this project

README

          

# Newspaper_Scraper
The program allows the user to enter a website URL, extracts the URLs from that website, presents a choice of news titles, and displays the scraped content for the selected title.
It works byputting the url of the site that you want to visit and the program will give you the titles of the new, by clicking you will see the news, all without annoying ads or something like that
# Usage
Install Python 3.11

Install the requirements:

pip3 install -r requirements-txt

run the code:

python3 newspaper.py