diff options
-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. | ||