aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index 1999c46..112d032 100644
--- a/README.rst
+++ b/README.rst
@@ -1,11 +1,12 @@
1# Mastodon.py 1Mastodon.py
2 2===========
3 mastodon = Mastodon( 3.. code-block::
4 client_id = 'pytooter_clientcred.txt',
5 access_token = 'pytooter_usercred.txt'
6 )
7 mastodon.toot('Tooting from python!')
8 4
5 mastodon = Mastodon(
6 client_id = 'pytooter_clientcred.txt',
7 access_token = 'pytooter_usercred.txt'
8 )
9 mastodon.toot('Tooting from python!')
9 10
10Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API. 11Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API.
11Feature complete for public API version v1 and easy to get started with. 12Feature complete for public API version v1 and easy to get started with.
Powered by cgit v1.2.3 (git 2.41.0)