https://github.com/paoloo/correios
A golang client for some brazilian post office(correios) services
https://github.com/paoloo/correios
cep correios rastreamento
Last synced: 3 months ago
JSON representation
A golang client for some brazilian post office(correios) services
- Host: GitHub
- URL: https://github.com/paoloo/correios
- Owner: paoloo
- Created: 2017-02-28T02:02:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T18:53:29.000Z (over 2 years ago)
- Last Synced: 2025-07-13T15:48:37.418Z (3 months ago)
- Topics: cep, correios, rastreamento
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 16
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Correios CLI
```
\\
// // // //
\\ Correios CLI 0.3
```
A pure go implementation of some services for brazilian state post office: Correios.## Build
Too simple!
```
$ go install github.com/paoloo/correios@latest
```
NOTE: make sure that your $GOPATH/bin is on your **PATH**!### asdf
If you installed go with asdf, make sure to reshim it (`asdf reshim golang`) after installing this package.
Refer to the asdf [plugin](https://github.com/kennyp/asdf-golang) for more information.## Execution
- `correios` or `correios -h` To show syntax tips
- `correios -cep 00000000` To receive informations about the given CEP.
- `correios -pacote JR000000000BR` To verify tracking data from given code.### OR, if you decide to use docker:
- `docker pull paoloo/correios`
- `docker run --rm paoloo/correios:latest -cep 00000000` or
- `docker run --rm paoloo/correios:latest -pacote JR000000000BR`## To Do
- Add more services from correios## License
Mit License