KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
slackem
★ 12
Open GitHub ↗
slack a channel from the command line
Download README (.md)
Explore Similar Repositories
studies-blevesearch
:
Bleve Search studies
demo-android-login
:
No description available.
UW_Python_for_Geosciences
:
Talks from the UW Python for Geosciences Seminar
EasyMLPlatform
:
DEPRECATED-an easy distributed machine learning platform
dtr5
:
Meetup app for Reddit users based on subreddit subscriptions.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
slackem
?
Download (.md)
# slackem Send a slack message from the command line. ## Installation $ go get github.com/parkr/slackem ## Configuration Mandatory: $ export SLACK_WEBHOOK_URL="http://slack.com/my/incoming/webhook/" Optional: $ export SLACK_USERNAME="herro" $ export SLACK_ICON_EMOJI=":lips:" ## Usage $ slackem general Hey everyone, please rate the app. $ slackem -color=red general Hey everyone, please rate the app. Colors available: grey, green, red, blue ## Wishlist 1. Take input from STDIN (except channel & color) 2. Better arg parsing with options