aboutsummaryrefslogtreecommitdiff
blob: a26a10d57cf963fc0a42c4891bc23743775e3d48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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.

Full documentation and usage example can be found at http://mastodonpy.readthedocs.io/en/latest/ .

Media uploads currently broken, will be fixed Soon.
Powered by cgit v1.2.3 (git 2.41.0)