An open API service indexing awesome lists of open source software.

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

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}
```