Metadata-Version: 1.1
Name: GroupyAPI
Version: 0.5.8
Summary: The simple yet powerful wrapper for the GroupMe API
Home-page: https://github.com/rhgrant10/Groupy
Author: Robert Grant
Author-email: rhgrant10@gmail.com
License: UNKNOWN
Description: ======
        Groupy
        ======
        
        .. image:: https://pypip.in/v/GroupyAPI/badge.png
        	:target: https://pypi.python.org/pypi/GroupyAPI
        
        .. image:: https://travis-ci.org/rhgrant10/Groupy.svg?branch=dev
        	:target: https://travis-ci.org/rhgrant10/Groupy
        
        .. image:: https://readthedocs.org/projects/groupy/badge/?version=latest
        	:target: https://groupy.readthedocs.org/en/latest
        
        
        The simple yet powerful GroupMe API wrapper for Python 3.
        
        Installation
        ============
        
        1) ``pip3 install GroupyAPI``
        2) Login at ``https://dev.groupme.com/session/new``.
        3) Click "Bots" menu button at the top.
        4) Click "Click here to reveal" then copy your token.
        5) Paste your token into ``~/.groupy.key``.
        
        Help
        ====
        
        Read the `full documentation`_ for help using **Groupy**.
        
        .. _full documentation: http://groupy.readthedocs.org/en/latest/
        
        Contribution Guidlines
        ======================
        
        Please feel free to help! You can...
        
        - submit new issues
        - fix bugs and submit a pull request
        - suggest new features
        - implement planned features
        
Keywords: api,GroupMe
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
