DEV Community

Max Katz
Max Katz

Posted on • Originally published at maxkatz.org on

 

Video: How to build a no-code application to scrape and email data from a web site

In this video you will learn how to build a no-code application that scrapes data from a web site and then emails the data. The data scraped is also saved into a Google Sheets document.

This particular example shows how to get a daily Covid-19 data from a county web site. The same approach can be applied to any other web site and data.

Watch other videos from my no-code YouTube playlist.

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git