Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaitgirl/curiouscat-cli
Uma command line boba para ler posts do curious cat
https://github.com/isaitgirl/curiouscat-cli
Last synced: 8 days ago
JSON representation
Uma command line boba para ler posts do curious cat
- Host: GitHub
- URL: https://github.com/isaitgirl/curiouscat-cli
- Owner: isaitgirl
- License: gpl-3.0
- Created: 2023-02-28T18:46:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-02-28T18:59:27.000Z (over 1 year ago)
- Last Synced: 2024-08-01T21:43:29.557Z (4 months ago)
- Language: Go
- Size: 17.6 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Build:
```
go mod tidy
go build -o curiouscat-cli main.go
```Execução:
```shell
./curiouscat-cli -username foo -limit 100
```Se informar `-limit 0`, a CLI vai chamar a API até encerrar todos posts.