diaspy

A Python API to the social network Diaspora*


License
Other
Install
pip install diaspy==0.3.0

Documentation

Python API for Diaspora (unofficial)

Clone the repo, then

>>> import diaspy.client
>>> c = diaspy.client.Client('podurl', 'username', 'password')
>>> c.post('randomtext')

If you need more features you should take a look at Marek’s advanced version.