diff options
author | Lorenz Diener <[email protected]> | 2016-11-24 13:21:51 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2016-11-24 13:21:51 +0100 |
commit | c40caccb43cb448a72086da0d59ed21c0202e285 (patch) | |
tree | 1bfc7bb55466d9c3dff4b746d30906c838562a54 | |
parent | ed89ead28d49e95aff47aabd0c801cfeb672be86 (diff) | |
download | mastodon.py-c40caccb43cb448a72086da0d59ed21c0202e285.tar.gz |
Updated Readme
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -7,8 +7,11 @@ | |||
7 | mastodon.toot('Tooting from python!') | 7 | mastodon.toot('Tooting from python!') |
8 | 8 | ||
9 | 9 | ||
10 | Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API. | 10 | Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API. |
11 | Feature complete for public API version v1 and easy to get started with. | ||
11 | 12 | ||
12 | Full documentation and usage example can be found at http://mastodonpy.readthedocs.io/en/latest/ . | 13 | Full documentation and basic "how to post a toot" usage example can be found |
14 | at http://mastodonpy.readthedocs.io/en/latest/ . | ||
13 | 15 | ||
14 | Media uploads currently broken, will be fixed Soon. | 16 | Full "real life" example of how to use this library to write a Mastodon bot |
17 | will be linked here shortly. | ||