From ce4f2e64fcf6e284b0fbfa8ae13ebcddc7b1ae74 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Thu, 24 Nov 2016 20:54:18 +0100 Subject: Readme is now rst --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md deleted file mode 100644 index 1999c46..0000000 --- a/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# Mastodon.py - - mastodon = Mastodon( - client_id = 'pytooter_clientcred.txt', - access_token = 'pytooter_usercred.txt' - ) - mastodon.toot('Tooting from python!') - - -Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API. -Feature complete for public API version v1 and easy to get started with. - -Full documentation and basic "how to post a toot" usage example can be found -at http://mastodonpy.readthedocs.io/en/latest/ . - -Full "real life" example of how to use this library to write a Mastodon bot -will be linked here shortly. -- cgit v1.2.3