Skip to content

nhomble/groupme-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages