An officially sponsored, community maintained SDK for Corvy.
Project description
Corvy SDK
Note: The Corvy SDKs are all officially sponsored, community maintained.
Quickstart
Start by creating a CorvyBot:
bot = CorvyBot("your_corvy_sdk_token")
Then, attach a command:
@bot.command()
async def hello(message: Message):
return f"Hello, {message.user.username}! How are you today?"
Lastly, start your bot:
if __name__ == "__main__":
bot.start()
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
corvy_sdk-1.8.2.tar.gz
(6.7 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 corvy_sdk-1.8.2.tar.gz.
File metadata
- Download URL: corvy_sdk-1.8.2.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
765ab9c0f22b314cf6da319793846f9b3d43e016550560914665624b76699563
|
|
| MD5 |
2c90ab98eddb7e9a8d7863f1ceb32c46
|
|
| BLAKE2b-256 |
de3f78753281f2dd35e7a1d16f91e3d20169112a863b986ed72f3aae2692ad43
|
File details
Details for the file corvy_sdk-1.8.2-py3-none-any.whl.
File metadata
- Download URL: corvy_sdk-1.8.2-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b0e449cb22b07dbf1e5f21fb45f4839056de9f6967a036aa9f90b567bdfc25f
|
|
| MD5 |
13297ce08e03f7471aba957610fd5a9b
|
|
| BLAKE2b-256 |
f937fbebe75267e4773341304d63e70a21bec4d08053ba1adedddfd063d816cc
|