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.3.tar.gz
(6.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.8.3.tar.gz.
File metadata
- Download URL: corvy_sdk-1.8.3.tar.gz
- Upload date:
- Size: 6.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 |
debc07e620a448286d5886f7024f976e023c0e40b79f3f1da90942a9765bbab7
|
|
| MD5 |
9aefdbbc54ee59aa789cd75aad9c254e
|
|
| BLAKE2b-256 |
d5ccd4f616ba6173cc256fddfbf8f3b44eb5e32e9083c0a08451994429872fb3
|
File details
Details for the file corvy_sdk-1.8.3-py3-none-any.whl.
File metadata
- Download URL: corvy_sdk-1.8.3-py3-none-any.whl
- Upload date:
- Size: 7.4 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 |
56aaabcec2ec28d0dbfbbc54107722793a306e2067a6022ce7643cd471309686
|
|
| MD5 |
f4593e727b246f939cc2c839638d0bba
|
|
| BLAKE2b-256 |
cca3ac93ef0404544a866efcd3909022baf7507d762eaad1ba58aafde5f4980d
|