Skip to content
/ glowdock Public

Interact with Flowdock on the command line

License

Unknown, BSD-3-Clause licenses found

Licenses found

Unknown
LICENSE
BSD-3-Clause
LICENSE-GOAUTH2
Notifications You must be signed in to change notification settings

wm/glowdock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

List the flows you can write to

wm > glowdock flows
        ID	|                 Name	| Organization	| URL

iora:room1	|         water cooler	| Iora Health	| https://api.flowdock.com/flows/iora/room1
iora:room2	| Technical Discussions	| Iora Health	| https://api.flowdock.com/flows/iora/room2

Write to a flow

wm > glowdock message --flow="iora:room2" --prepend="#some prepended text" "some message"

Stream messages and comments from some flows

wm > glowdock stream -o iora -f 'egg misc'
 
MSG: egg 10009047 wm message this is me in Egg
 
MSG: misc 10017608 wm message this is me in misc

Building

To build the binary you need to pass some variables.

wm > go build . -ldflags "-X main.clientSecret XXXX -X main.clientId YYYY -X main.version z.z.z"

Where XXXX and YYYY are the secret and ID for the app you have registered with Flowdock. And z.z.z is the version of the app.

About

Interact with Flowdock on the command line

Resources

License

Unknown, BSD-3-Clause licenses found

Licenses found

Unknown
LICENSE
BSD-3-Clause
LICENSE-GOAUTH2

Stars

Watchers

Forks

Packages

No packages published

Languages