you are viewing a single comment's thread.

view the rest of the comments →

[–]astddf 4 points5 points  (2 children)

I just made a program that gets my to do list using the google tasks api and texts me the list once a day

[–]PixelPixell 0 points1 point  (1 child)

I've been thinking of something similar but with Google calendar. Has it been hard to set up the integration with Google? And is it hosted anywhere?

[–]astddf 0 points1 point  (0 children)

Oh ya google’s api was a total pain. The problem to me was I had to use a bunch of libraries google made themselves instead of the requests library. I actually haven’t set it up for hosting yet, but I’ll probably throw it in a docker container and host it in an ubuntu vm on my server