https://github.com/tedder/browser-screenshot-service
web browser screenshot as a service!
https://github.com/tedder/browser-screenshot-service
Last synced: over 1 year ago
JSON representation
web browser screenshot as a service!
- Host: GitHub
- URL: https://github.com/tedder/browser-screenshot-service
- Owner: tedder
- License: mit
- Created: 2021-03-30T02:53:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T21:39:40.000Z (over 1 year ago)
- Last Synced: 2025-04-11T18:12:39.851Z (over 1 year ago)
- Language: Python
- Size: 1.07 MB
- Stars: 1
- Watchers: 2
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# browser-screenshot-service
web browser screenshot as a service! Designed for the [mikenye ADSB decoding](https://mikenye.gitbook.io/ads-b/) world.
# execution example
docker run -p 5042:5042 \
-e MAP_ARGS='zoom=11&hideSidebar&hideButtons&mapDim=0.3' \
-e BASE_URL='https://globe.adsb.lol/' -it tedder42/browser-screenshot-service:latest
curl http://localhost:5042/snap/a9b67c
Fix the URL, make sure the ICAO actually exists, use upper or lower case. Some of the environment vars were listed to show what might be put in there.
There's a bit of sanity testing against the ICAO code in the URL. Enter something invalid and it'll return a 1x1 pixel.