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 ----------------- README.rst | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 README.md create mode 100644 README.rst 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. diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..1999c46 --- /dev/null +++ b/README.rst @@ -0,0 +1,17 @@ +# 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