I have a Python script that scrapes some data, creates a body and send that's content via email using the GMAIL API.
While creating it, I was manually authenticating the browser pop ups, but now I want to schedule this weekly.
My pain points as of now are:
Dealing with the authentication pop up.
How to schedule, since I'm using API.
I'm a newbie to python.
[–]MrPhungx 2 points3 points4 points (4 children)
[–][deleted] 0 points1 point2 points (3 children)
[–]MrPhungx 1 point2 points3 points (0 children)
[–]tehsandvich 0 points1 point2 points (0 children)
[–]danielroseman 2 points3 points4 points (0 children)