aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2016-11-24 13:21:51 +0100
committerLorenz Diener <[email protected]>2016-11-24 13:21:51 +0100
commitc40caccb43cb448a72086da0d59ed21c0202e285 (patch)
tree1bfc7bb55466d9c3dff4b746d30906c838562a54 /README.md
parented89ead28d49e95aff47aabd0c801cfeb672be86 (diff)
downloadmastodon.py-c40caccb43cb448a72086da0d59ed21c0202e285.tar.gz
Updated Readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index a26a10d..1999c46 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,11 @@
7 mastodon.toot('Tooting from python!') 7 mastodon.toot('Tooting from python!')
8 8
9 9
10Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API. 10Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API.
11Feature complete for public API version v1 and easy to get started with.
11 12
12Full documentation and usage example can be found at http://mastodonpy.readthedocs.io/en/latest/ . 13Full documentation and basic "how to post a toot" usage example can be found
14at http://mastodonpy.readthedocs.io/en/latest/ .
13 15
14Media uploads currently broken, will be fixed Soon. 16Full "real life" example of how to use this library to write a Mastodon bot
17will be linked here shortly.
Powered by cgit v1.2.3 (git 2.41.0)