Automated web scraping with RPi
Introduction – time to let the machine do the work In the last installment, I covered command functions to interact with the RPi’s GPIO header. The examples were interactive and had little in the way of full automation. In this discussion, I would like to focus on automating processes. These are tasks that we will define and schedule to run at times we specify. The purpose of this exercise is to establish a foundation for the RPi to run tasks,…