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.4.dev1.tar.gz
(64.0 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.4.dev1.tar.gz.
File metadata
- Download URL: asynctodon-0.1.4.dev1.tar.gz
- Upload date:
- Size: 64.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52db589d2331983d577009c2f3d20cf1a2fe6908f9da287558743afd7e88f4cb
|
|
| MD5 |
b41a72cc78e62ef4ec25b932bb9ce398
|
|
| BLAKE2b-256 |
8d4bb3d3d773958ac0e348614e484f4a6aaacb9d06485eeddc53819e93980701
|
File details
Details for the file asynctodon-0.1.4.dev1-py3-none-any.whl.
File metadata
- Download URL: asynctodon-0.1.4.dev1-py3-none-any.whl
- Upload date:
- Size: 57.8 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 |
e8bce65e60689a07f6a328e80c0ffa068bfc7ec8562ef915ccce8c0ccc498581
|
|
| MD5 |
aa2cfc20e2b26e4a19b5e9921c46193d
|
|
| BLAKE2b-256 |
0c18f560cc9e318082207ec0195cd18c3a0441ea6cbe9b9b887d55832136e76c
|