aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 1999c46..0000000
--- a/README.md
+++ /dev/null
@@ -1,17 +0,0 @@
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)