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.3.0.tar.gz
(10.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
corvy_sdk-2.3.0-py3-none-any.whl
(12.1 kB
view details)
File details
Details for the file corvy_sdk-2.3.0.tar.gz.
File metadata
- Download URL: corvy_sdk-2.3.0.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a94b8a9e7e96bbd95463894b2c954817066eb6875431cd8e211b69c5691f7bc
|
|
| MD5 |
83f2a088ed8c19ea9fe43f410f9e3d6f
|
|
| BLAKE2b-256 |
5a0daee4d7375b682aeaf31c28c060dd518e56fa9e16dd5228c41ae2242ca1b5
|
File details
Details for the file corvy_sdk-2.3.0-py3-none-any.whl.
File metadata
- Download URL: corvy_sdk-2.3.0-py3-none-any.whl
- Upload date:
- Size: 12.1 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 |
abe3abc1ace573596f18ee6f86a8f2d0294c0c3386414b430005c81bdd26beef
|
|
| MD5 |
33d29eabcdf5cc5e41c28f00524ff1b5
|
|
| BLAKE2b-256 |
b9fa6f24473dc6a6fc54465e16a3d57c7d6bcc1dd91af82c1e1ea7042425605e
|