https://github.com/millsoft/webcam-downloader
A Python script for downloading a webcam image every minute
https://github.com/millsoft/webcam-downloader
downloader python python-script webcam webcam-download
Last synced: 6 months ago
JSON representation
A Python script for downloading a webcam image every minute
- Host: GitHub
- URL: https://github.com/millsoft/webcam-downloader
- Owner: millsoft
- License: gpl-3.0
- Created: 2021-05-26T17:51:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-26T17:58:05.000Z (almost 5 years ago)
- Last Synced: 2025-06-01T04:00:26.444Z (9 months ago)
- Topics: downloader, python, python-script, webcam, webcam-download
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webcam Downloader
simple script for downloading an image every minute.
The images will be stored in the images folder.
To change the URL just open webcam-downloader.py and change the URL there.
## Requirments
python3
## Installation
Just download the script, no dependencies needed.
## Start
```py
python webcam-downloader.py
```
## Stop
just press ctrl+c