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

https://github.com/letieu/mst-crawler


https://github.com/letieu/mst-crawler

Last synced: over 1 year ago
JSON representation

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"]}'
```