https://github.com/adrianliechti/wingman-reader
Website Reader API
https://github.com/adrianliechti/wingman-reader
Last synced: 3 months ago
JSON representation
Website Reader API
- Host: GitHub
- URL: https://github.com/adrianliechti/wingman-reader
- Owner: adrianliechti
- License: mit
- Created: 2024-09-12T14:59:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T18:22:41.000Z (3 months ago)
- Last Synced: 2025-03-02T19:28:00.498Z (3 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wingman Platform Reader
```shell
docker run -it --rm -p 8000:8000 ghcr.io/adrianliechti/wingman-reader
```### Examples
```shell
curl -L -H "X-Return-Format:pdf" http://localhost:8000/https://www.example.org
```#### HTML
```shell
curl -L -H "X-Return-Format:html" http://localhost:8000/https://www.example.org
```#### Plain Text
```shell
curl -L -H "X-Return-Format:text" http://localhost:8000/https://www.example.org
```#### Markdown
```shell
curl -L -H "X-Return-Format:markdown" http://localhost:8000/https://www.example.org
```