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://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.
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-2.0.1.tar.gz
(13.8 kB
view hashes)