Readme is now ACTUALLY rst

pull/2/head
Lorenz Diener 2016-11-24 20:55:54 +01:00
rodzic ce4f2e64fc
commit 2690e0f8eb
1 zmienionych plików z 8 dodań i 7 usunięć

Wyświetl plik

@ -1,11 +1,12 @@
# Mastodon.py
mastodon = Mastodon(
client_id = 'pytooter_clientcred.txt',
access_token = 'pytooter_usercred.txt'
)
mastodon.toot('Tooting from python!')
Mastodon.py
===========
.. code-block::
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.