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.7.0.tar.gz
(1.8 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.7.0.tar.gz.
File metadata
- Download URL: corvy_sdk-1.7.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bb0b1c4e0b8ad92f15b4154d144040ad8667b0fedc794378837fe8424ce1cbb
|
|
| MD5 |
a8ee13987b062f7ff3b277b624e49006
|
|
| BLAKE2b-256 |
650d789eee03d96c017f4d05e00d7dce57d97b6b24b3cbad91b462004a088734
|
File details
Details for the file corvy_sdk-1.7.0-py3-none-any.whl.
File metadata
- Download URL: corvy_sdk-1.7.0-py3-none-any.whl
- Upload date:
- Size: 1.5 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 |
03019c2e14614230eddd1667225ba708dc3e7ea3f9a21e108abfa5e99c9d2754
|
|
| MD5 |
640d58995083564743d4fb7eb9a2ed6b
|
|
| BLAKE2b-256 |
dccc234bd3e97c47b68621bb1baddcdde52743269ba9edf57f75a84adbe9afea
|