GNU Social API for Python 3
Project description
Installation
pip install gnusocial
or
python3 setup.py install
Documentation
Documentation is hosted at https://pythonhosted.org/gnusocial/
Basic usage
>>> from gnusocial import statuses >>> r = statuses.update('https://gnusocial.server.com', 'username', 'password', "I've just installed #pygnusocial!", source='python3')
If you want to help with the development of pygnusocial, check out the contribution guide.