Docs linked

This commit is contained in:
Lorenz Diener 2016-11-24 03:07:07 +01:00
pare 04406738f2
commit d47b079a04
S'han modificat 2 arxius amb 13 adicions i 3 eliminacions

Veure arxiu

@ -1,5 +1,14 @@
# Mastodon.py
mastodon = Mastodon(
client_id = 'pytooter_clientcred.txt',
access_token = 'pytooter_usercred.txt'
)
mastodon.toot('Tooting from python!')
Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API.
Media uploads currently broken, will be fixed Soon. Documentation and usage examples also
incoming, but the code is heavily commented and usage frankly rather self-explanatory.
Full documentation and usage example can be found at http://mastodonpy.readthedocs.io/en/latest/ .
Media uploads currently broken, will be fixed Soon.

Veure arxiu

@ -118,7 +118,8 @@ Writing data: Media
-------------------
This function allows you to upload media to Mastodon. Except it
doesn't, because it is currently broken. But it will.
.. automethod:: media_post
.. automethod:: Mastodon.media_post
.. _Mastodon: https://github.com/Gargron/mastodon
.. _Mastodon flagship instance: http://mastodon.social/