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.0.0.tar.gz
(9.3 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.0.0-py3-none-any.whl
(11.3 kB
view details)
File details
Details for the file corvy_sdk-2.0.0.tar.gz.
File metadata
- Download URL: corvy_sdk-2.0.0.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d609cc5c194ea7420bc12b28b290166ee787e98179fc75d080520f1631d6a520
|
|
| MD5 |
c304edb3f46cbd2800896c4505ce93c0
|
|
| BLAKE2b-256 |
601c7dcd365c23973373845f7165afad7e044de8cc345c16e67e639622652dd1
|
File details
Details for the file corvy_sdk-2.0.0-py3-none-any.whl.
File metadata
- Download URL: corvy_sdk-2.0.0-py3-none-any.whl
- Upload date:
- Size: 11.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 |
aaa8adaa8be787e8783692ca530c34ff04c0c51562c79ebb6466eff14b95a5a9
|
|
| MD5 |
695637a556aa0b9ffa744fdd02182283
|
|
| BLAKE2b-256 |
0ca0f06bf87d0989df868bc90247980ba063ebfadf781a4eb062604ef195664e
|