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-2.2.0.tar.gz
(9.5 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
corvy_sdk-2.2.0-py3-none-any.whl
(11.6 kB
view details)
File details
Details for the file corvy_sdk-2.2.0.tar.gz.
File metadata
- Download URL: corvy_sdk-2.2.0.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
131b6ff45252bd55fe50d34058916f43a0124cb7990549249381df71cce11358
|
|
| MD5 |
d1d83d346cae00ead72b953954da8d3c
|
|
| BLAKE2b-256 |
f43519f9e472307001670b103781d8383617517b0a5a19fac75844be58fa5ad9
|
File details
Details for the file corvy_sdk-2.2.0-py3-none-any.whl.
File metadata
- Download URL: corvy_sdk-2.2.0-py3-none-any.whl
- Upload date:
- Size: 11.6 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 |
86542b559c165521b5f8c01718a8f96acbf7b382d3fdfe4b8702b90ec50c4591
|
|
| MD5 |
e9494a18cd8414312dc721bde6d79115
|
|
| BLAKE2b-256 |
4d203bdea0690e027bbf517288a6d1fe82b6148e4b5607703c742d8dc649e76a
|