Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qlyoung/gmcli
groupme command line client with a few novel features
https://github.com/qlyoung/gmcli
Last synced: 25 days ago
JSON representation
groupme command line client with a few novel features
- Host: GitHub
- URL: https://github.com/qlyoung/gmcli
- Owner: qlyoung
- Created: 2015-12-29T00:29:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-19T01:20:15.000Z (almost 9 years ago)
- Last Synced: 2023-08-17T08:39:19.427Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gmcli
=====
GroupMe command-line client, with a few novel features.Mostly wrote this to make it easier to spam some friends, but it's a fully-featured
GroupMe client.Usage
-----
First you need to obtain an API key from GroupMe. You can get one at
https://dev.groupme.com/ by logging in with your normal GroupMe credentials.
After you've obtained the key, put it in config.yaml as the value for
api-key and you're ready to go.$ python3 main.py
Dependencies
------------$ pip3 install GroupyAPI emoji requests pyyaml
License
-------
```
Copyright (C) 2015 Quentin YoungThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.
```