GNU Social API for Python 3
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gnusocial-4.0.0.tar.gz
(4.0 kB
view details)