I want to take data from a a website using Python, and write it onto the Google Sheets that I own. I searched for a way to do this for like an hour, but can't really find it. I found gdata
and gpsread
but they both look like they're outdated unless you have a Google Developer account. I may be wrong though.
Can someone tell me a way to do what I'm trying to do without a Google Developer account?
I don't really want to buy one, but if it's the only option, I might.
The library gspread seems to be actively maintained and looks like it works using only standard Google credentials.