aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2016-11-24 03:07:07 +0100
committerLorenz Diener <[email protected]>2016-11-24 03:07:07 +0100
commitd47b079a0417b386a3208f8a8c9d2056bdf3a8e5 (patch)
tree9ca42ba7102ff4ee89fb2cce99f1454c095872c8 /README.md
parent04406738f2a99f8acc8c7edb8c552712a12e4d0a (diff)
downloadmastodon.py-d47b079a0417b386a3208f8a8c9d2056bdf3a8e5.tar.gz
Docs linked
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4d467f2..a26a10d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,14 @@
1# Mastodon.py 1# Mastodon.py
2
3 mastodon = Mastodon(
4 client_id = 'pytooter_clientcred.txt',
5 access_token = 'pytooter_usercred.txt'
6 )
7 mastodon.toot('Tooting from python!')
8
9
2Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API. 10Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API.
3 11
4Media uploads currently broken, will be fixed Soon. Documentation and usage examples also 12Full documentation and usage example can be found at http://mastodonpy.readthedocs.io/en/latest/ .
5incoming, but the code is heavily commented and usage frankly rather self-explanatory. 13
14Media uploads currently broken, will be fixed Soon.
Powered by cgit v1.2.3 (git 2.41.0)