Open IP Cameras, with default credentials - publicly accessible, scrapped from http://www.insecam.org/. Every camera is placed on a Google Map with live stream and information.
git clone https://github.com/GeorgePatsias/OpenEyes.git
pip install -r requirements.txt
Edit the config.py
with the desired configurations and run.
python3 srv.py
Edit the config.py
with the desired configurations and run.
docker build -t openeyes . && docker run -p 5001:5001 openeyes