Google Map Tracker

I wanted to track the movements of my contacts in real time and receive telegram notifications when someone comes or goes from certain places. The project also involves logging all movements into the Mysql database.

To get the google.com_cookies.txt file use this answer: https://github.com/home-assistant/core/issues/107171#issuecomment-1881807680

Create a mysql database using the maplog.sql file

I used Python and Cron to run it on a schedule every minute. You can easily deploy this on your server.

Download it here