From d47b079a0417b386a3208f8a8c9d2056bdf3a8e5 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Thu, 24 Nov 2016 03:07:07 +0100 Subject: Docs linked --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4d467f2..a26a10d 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3