Skip to content

A simple package to convenience aggregate news scraping through newspaper3k and Google News.

License

Notifications You must be signed in to change notification settings

SirMalamute/agnews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aggregate News Scraping

A simple package to convenience aggregate news scraping through newspaper3k and Google News.

Usage

from agnews.scraper import scrape_ag, parse_ag
query = "YOUR QUERY HERE"
path = "PATH TO DATAFRAME HERE"

scrape_ag(query, path)
parse_ag(path)

Credits: Darshan Khandelwal, newspaper3k

About

A simple package to convenience aggregate news scraping through newspaper3k and Google News.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages