aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..1999c46
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,17 @@
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
10Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API.
11Feature complete for public API version v1 and easy to get started with.
12
13Full documentation and basic "how to post a toot" usage example can be found
14at http://mastodonpy.readthedocs.io/en/latest/ .
15
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)