https://github.com/letieu/mst-crawler
https://github.com/letieu/mst-crawler
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/letieu/mst-crawler
- Owner: letieu
- Created: 2024-05-15T15:42:23.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T15:34:39.000Z (about 2 years ago)
- Last Synced: 2025-01-31T05:53:34.525Z (over 1 year ago)
- Language: TypeScript
- Size: 145 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Crawl data from https://tracuunnt.gdt.gov.vn/tcnnt/mstdn.jsp
## Run
**Start**
```bash
docker run -d --name mst-crawler -e CAP_SOLVER_KEY=xxx -p 3000:3000 letieu/mst-scan:1.10
```
**Trigger**
```
curl -X POST "localhost:3000" \
--header "Content-Type: application/json" \
--data '{"taxIds": ["01104816", "0316624"]}'
```