DEV Community

Max Montesino
Max Montesino

Posted on

Automated Google News Search

Welcome to the first draft of a personal project I've been working on for a few weeks! This project:

  • performs a search query using a Google Programmable Search Engine (limited to news sites) and a Custom Search JSON API

  • Formats the results into HTML

  • Emails results once a day

  • includes automated tests that run whenever new code is added

This has been a good opportunity to learn more about continuous integration and test automation, while also keeping my Python and API skills sharp. Stay tuned, because this is just the first draft; I plan on adding filtering, a database, and maybe even a user interface.

Check it out and let me know what you think!
Google News Search Automation

Top comments (0)