aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)