Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Uses Flask, requests, python-dotenv

pip install -r requirements.txt

Create a .env file in the app/ directory and add the following lines with your desired latitude and longitude:

HOME_LATITUDE=XX.XXX
HOME_LONGITUDE=YY.YYY

Replace XX.XXX and YY.YYY with your actual latitude and longitude when you're ready to use them.

Run it from the main directory using:

python run.py