https://github.com/arthurtsang/myscreenshot
generic screenshot api for nextcloud bookmark
https://github.com/arthurtsang/myscreenshot
nextcloud screenshot
Last synced: about 2 months ago
JSON representation
generic screenshot api for nextcloud bookmark
- Host: GitHub
- URL: https://github.com/arthurtsang/myscreenshot
- Owner: arthurtsang
- Created: 2024-12-30T21:20:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-31T00:23:54.000Z (over 1 year ago)
- Last Synced: 2025-06-11T09:08:28.401Z (about 1 year ago)
- Topics: nextcloud, screenshot
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
a simply python script to capture the screenshot of a webpage
the docker image can be downloaded from [dockerhub](https://hub.docker.com/r/arthurtsang/myscreenshot/)
add this to docker compose
```
myscreenshot:
image: arthurtsang/myscreenshot
restart: always
container_name: myscreenshot
ports:
- 5050:5000
```
and you can set the Generic screenshot API in NextCloud Bookmark to
```
http://host.docker.internal:5050/screenshot?url={url}
```