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.6.tar.gz
(64.6 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.6.tar.gz.
File metadata
- Download URL: asynctodon-0.1.6.tar.gz
- Upload date:
- Size: 64.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df0f32cbd62e474317b7e0a7831acf6b30e0d90bf6fc0c4d233462f530fff919
|
|
| MD5 |
1b1a0592e9bba242a9377f5437f6879e
|
|
| BLAKE2b-256 |
e7129bd345a96b049bae8a51c2a1dd73d86ac4fab826422a21d5eb40d3f310de
|
File details
Details for the file asynctodon-0.1.6-py3-none-any.whl.
File metadata
- Download URL: asynctodon-0.1.6-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 |
dc45bfae0cae4ab76cbb9edbf4b3b3e30ca882bd2f49cc06bb5ecdf0dbe8bc9e
|
|
| MD5 |
352a09846a4bca9700339a59931da018
|
|
| BLAKE2b-256 |
ef62ea1c4fde1646c17c4fde089d960537a243845f8ae74c0638a72e35426c45
|