Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeidanbm/zkteco-restful-api
Effortlessly manage attendance with this open-source project that integrates ZKTeco biometric devices through a RESTful API using Python Flask. Streamline attendance tracking, data retrieval, and reporting for enhanced efficiency in your organization.
https://github.com/zeidanbm/zkteco-restful-api
flask python restful-api zkteco zkteco-api zkteco-device
Last synced: about 5 hours ago
JSON representation
Effortlessly manage attendance with this open-source project that integrates ZKTeco biometric devices through a RESTful API using Python Flask. Streamline attendance tracking, data retrieval, and reporting for enhanced efficiency in your organization.
- Host: GitHub
- URL: https://github.com/zeidanbm/zkteco-restful-api
- Owner: zeidanbm
- Created: 2023-12-29T17:54:14.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-05T18:55:26.000Z (12 months ago)
- Last Synced: 2025-01-20T15:17:55.588Z (4 days ago)
- Topics: flask, python, restful-api, zkteco, zkteco-api, zkteco-device
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zkteco Restful API
## Build the Docker Image:
Open a terminal, navigate to the directory containing the Dockerfile, and run the following command to build the Docker image:
```
docker build -t zkteco-restful-api-image .
```## Run the Docker Container:
After successfully building the image, you can run a container from it:
```
docker run -p 4000:80 --restart always zkteco-restful-api-image
```## Bypass authorization on re-running subprocess
`` ALL=(ALL) NOPASSWD: /usr/sbin/service ``