A RaspberryPi running the code will have the solely mission to check if new kittens are available for adoption. If that is the case it will email me, another eager cat seeker.
In order to use it for your own cat-seeking, provide the following information in config.yml
:
sender_email: xxx@gmail.com
password: abc123
receiver_mail: zzz@zzz.com
Moreover, to run the file every, e.g., 5 minutes, schedule a crontab job in the RaspberryPi using crontab -e
:
*/5 * * * * /home/pi/Documents/Proyects/INeedACat/find_cat.sh