Python wrapper for the Mastodon ( https://github.com/mastodon/mastodon/ ) API.
Go to file
Lorenz Diener 68899a0cc4 Added some error handling to log_in 2016-11-24 12:03:42 +01:00
docs Docs linked 2016-11-24 03:07:07 +01:00
mastodon Added some error handling to log_in 2016-11-24 12:03:42 +01:00
.gitignore Initial commit 2016-11-23 23:29:30 +01:00
LICENSE Initial commit 2016-11-23 23:29:30 +01:00
README.md Docs linked 2016-11-24 03:07:07 +01:00

README.md

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.