Skip to content

prenagha/washingtonpost-books-jsonfeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Washington Post Books JSON (RSS) Feed

This is a AWS lambda python script for scraping articles from the Books article category on Washington Post. The script can be easily deployed as an AWS lambda. It formats the data into a json feed which can be read by a feed reader. Before utilizing the script, make sure you replace URLs.

The Washington Post page includes a JSON object that contains all the data we need to generate the feed, so rather than parse the HTML of the page, we simply locate the JSON data, deserialize it, and use it to generate the JSON feed.

About

Generate jsonfeed of washington post book articles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published