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.
You can install Mastodon.py via pypi:
# Python 2
pip install Mastodon.py
# Python 3
pip3 install Mastodon.py
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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Mastodon.py-1.0.4.tar.gz.
File metadata
- Download URL: Mastodon.py-1.0.4.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4f28c71c32602806309348de1e773ef6aa0b5bb04d80ac518427a206dc488d2
|
|
| MD5 |
86f81866c354a7de6600bdc2eb891aaa
|
|
| BLAKE2b-256 |
771a17335ddf9e89be963ec3195773bdb1bac2acdc6ec821430260fc3ea841bb
|
File details
Details for the file Mastodon.py-1.0.4-py2.py3-none-any.whl.
File metadata
- Download URL: Mastodon.py-1.0.4-py2.py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a36586b8e2c18f83bba84988558cfd67040adc1ce1f0fdf427e46df015f7acfd
|
|
| MD5 |
48ce9268626567c0b9582a8cb3d2f1d0
|
|
| BLAKE2b-256 |
74e5d43f5275627776cefc5cb755c04b1359abce8c86bdfc31712691f3bd22d7
|