Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamyordan/dumper
Dump everything given to it
https://github.com/adamyordan/dumper
Last synced: 6 days ago
JSON representation
Dump everything given to it
- Host: GitHub
- URL: https://github.com/adamyordan/dumper
- Owner: adamyordan
- Created: 2018-09-28T07:28:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T07:28:33.000Z (over 6 years ago)
- Last Synced: 2024-11-07T09:43:53.709Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Initialize
---```
docker run -p 5000:5000 -e password=super_secret -v "$(pwd)/data:/app/data" adamyordan/dumper
```Usage
---- Dump data at `/dump/`
```
$ curl http://localhost:5000/dump?e=
or
$ curl -X POST --data "" http://localhost:5000/dump/
```
- View list of dumped data at `dump/result/`
```
$ curl --user admin:super_secret http://localhost:5000/dump/result/
2018-09-28-070726.vj73.txt
$ curl --user admin:super_secret http://localhost:5000/dump/result/2018-09-28-070726.vj73.txt
```