aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2016-11-24 20:54:18 +0100
committerLorenz Diener <[email protected]>2016-11-24 20:54:18 +0100
commitce4f2e64fcf6e284b0fbfa8ae13ebcddc7b1ae74 (patch)
treee8adfba5e2483d7b04388be33c1f11cfde2d336e /README.md
parentcc1bae06c2354b2155a4bb7f2971e40f8b783dc8 (diff)
downloadmastodon.py-ce4f2e64fcf6e284b0fbfa8ae13ebcddc7b1ae74.tar.gz
Readme is now rst
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)