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.tar.gz
(64.3 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.tar.gz.
File metadata
- Download URL: asynctodon-0.1.5.tar.gz
- Upload date:
- Size: 64.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37265309c79054d80cc5e7cdfa1d93faf72b8300ccbc495b068163f800726728
|
|
| MD5 |
34bef21ab9d1d07ceae8fa36779ca936
|
|
| BLAKE2b-256 |
3d0c7af0c43a63035e3afb900b9bb005a971ac4c1b42bb622c3e1a95094229c3
|
File details
Details for the file asynctodon-0.1.5-py3-none-any.whl.
File metadata
- Download URL: asynctodon-0.1.5-py3-none-any.whl
- Upload date:
- Size: 58.2 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 |
060f3271f07bf408609bfef888a76d1d46412e4c8825dcd074b1c6dc8aea7b40
|
|
| MD5 |
f9781f34a8da3c5ee533c7032d55916c
|
|
| BLAKE2b-256 |
2da9d5686ca3d26f55fd0ec3c2e68d833f687e7d90b3c5345ac84b5150c3c5b9
|