nhomble / groupme-shell

stupid simple shell wrappers to hook into groupme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

groupme-shell

Linter

stupid simple shell wrappers to hook into groupme

Installation

It is basher compatible

basher install nhomble/groupme-shell

Workflow

Auth

groupme-login

and provide an access token from groupme.

You can always logout with groupme-logout. Note there is nothing clever here. The token is stored in plaintext in $HOME/.groupme-shell.

Groups

groupme-join
groupme-list-members
groupme-leave

Here we check for groups you are currently part of, give you a simple prompt, and allow you to choose. This choice is sticky and is persisted in ~/.groupme-shell.

Messaging

$ groupme-listen
person [time]> message
..

Listening causes the current shell to poll groupme for messages. To message back, open another terminal

$ groupme-message -i
hey everyone!

or build your own automation

groupme-message -m "bye everyone!"

About

stupid simple shell wrappers to hook into groupme

License:Creative Commons Zero v1.0 Universal


Languages

Language:Shell 100.0%