Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

GNU Social API for Python 3

Project description

Build Status Latest Version Documentation Status

Installation

pip install gnusocial

or

python3 setup.py install

You can also install python-gnusocial package from AUR.

Documentation

Documentation is hosted at https://pygnusocial.readthedocs.io/en/latest/

Basic usage

>>> from gnusocial import statuses
>>> r = statuses.update('https://gnusocial.server.com', data={'status':"I've just installed #pygnusocial!", 'source':'python3'}, auth=('username', 'password'))

If you want to help with the development of pygnusocial, check out the contribution guide.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page