aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 6141557..5b1fe3a 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -32,7 +32,7 @@ Then, log in. This can be done every time your application starts (e.g. when wri
32 to_file = 'pytooter_usercred.secret' 32 to_file = 'pytooter_usercred.secret'
33 ) 33 )
34 34
35To post, create an actual API instance: 35Note that this won't work when using 2FA - you'll have to use OAuth, in that case. To post, create an actual API instance:
36 36
37.. code-block:: python 37.. code-block:: python
38 38
@@ -49,7 +49,7 @@ every aspect. This is a simple Python wrapper for that API, provided
49as a single Python module. 49as a single Python module.
50 50
51Mastodon.py aims to implement the complete public Mastodon API. As 51Mastodon.py aims to implement the complete public Mastodon API. As
52of this time, it is feature complete for Mastodon version 3.5.3. The 52of this time, it is feature complete for Mastodon version 3.5.5. The
53Mastodon compatible API layers of various other pieces of software as well 53Mastodon compatible API layers of various other pieces of software as well
54as forks, while not an official target, should also be basically 54as forks, while not an official target, should also be basically
55compatible, and Mastodon.py does make some allowances for behaviour that isn't 55compatible, and Mastodon.py does make some allowances for behaviour that isn't
Powered by cgit v1.2.3 (git 2.41.0)