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

https://github.com/orisano/slapost


https://github.com/orisano/slapost

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# slapost
easy slack post cli tool

```bash
$ export SLACK_URL="<>"
$ ./slapost
Usage of ./slapost:
-f string
message file path
-t string
message text

$ ./slapost -t "Hello"
$ ./slapost -f log.txt
```