Project

coop_cli

0.0
No commit activity in last 3 years
No release in over 3 years
A small cli interface to Co-op, the team collaboration tool from Harvest
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

>= 0
>= 0
 Project Readme

coop_cli¶ ↑

Author

Warwick Poole (wpoole@gmail.com)

github.com/warwickp/coop_cli

A simple cli tool for interacting with Co-op (coopapp.com) the group collaboration tool from Harvest (www.getharvest.com).

License¶ ↑

MIT bitches.

Install¶ ↑

gem install coop_cli

Usage¶ ↑

First, set up your configuration file at ~/.coop_cli (set to chmod 600 on creation) to contain your username, password, group ID and optional (coopapp.com/api/statuses) Cobot Key

coop_cli -u me@me.com -p happypants -g 1234 -k 1234567899003030 initconfig

Alternatively you can specify/override these at runtime like a pirate.

Now to post to Co-op as your user:

coop_cli post "My horse is thirsty @bob"

Or, pirately:

coop_cli -u me@me.com -p happypants -g 12345 post "Hey @tim, may I have this dance?"

Now to post to Co-op as Cobot

coop_cli post -c "Building on fire. Everyone panic. Thanks."

Or, pirately:

coop_cli -k 12344598989723387 post -c "Sharks have escaped. Self destruction in 5 minutes."

:include:coop_cli.rdoc