8000 GitHub - DeeUnderscore/Mastodon.py: Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DeeUnderscore/Mastodon.py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0