Async client for the Mastodon API
Project description
Asynctodon
Asyncio client for the Mastodon API
Example
Check usage for a more complex example
import asyncio
import webbrowser
from asynctodon import Client
client = Client("example.com", "f4jl3f2309fj20fj02efj02efj")
async def main():
status = await client.new_status("im gay")
webbrowser.open(status.url)
asyncio.run(main())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
asynctodon-0.1.5.post1.tar.gz
(64.4 kB
view details)
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 asynctodon-0.1.5.post1.tar.gz.
File metadata
- Download URL: asynctodon-0.1.5.post1.tar.gz
- Upload date:
- Size: 64.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
508e626851d38bd2d95d9cee380de38a34b1719cefd4c19bce8b26b71817109b
|
|
| MD5 |
1d741a8f6bbbccfde2031cf264436478
|
|
| BLAKE2b-256 |
d2e95cad6147163c483c86f92ca42ca51c101a763835e0ad9724c5a56bdce7e8
|
File details
Details for the file asynctodon-0.1.5.post1-py3-none-any.whl.
File metadata
- Download URL: asynctodon-0.1.5.post1-py3-none-any.whl
- Upload date:
- Size: 58.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c02117c84da269ed84c5966369e9372af6349622792be12f5f551299d9595c2b
|
|
| MD5 |
69a0e9c083828806fdaa3787da21574d
|
|
| BLAKE2b-256 |
00d2e5343a21d8826a91d3b6e1a1e485f5ebb832b8d44224b39835290a21869c
|