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.post1.tar.gz
(6.7 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.post1.tar.gz.
File metadata
- Download URL: corvy_sdk-1.7.0.post1.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4ede6e1f53f068fba75e6b3e4909641c25d775ab8283cf3e0f8aff9cfe5c348
|
|
| MD5 |
4f692fc77060898723cca186b334c995
|
|
| BLAKE2b-256 |
feae0af04843e0637179f5f43ab1697f64b2651a26e7017015829825108edffa
|
File details
Details for the file corvy_sdk-1.7.0.post1-py3-none-any.whl.
File metadata
- Download URL: corvy_sdk-1.7.0.post1-py3-none-any.whl
- Upload date:
- Size: 7.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 |
47260125ca706e31f18fcfc1891096e8f3b91cf96b6b913bead65bbc67aa0521
|
|
| MD5 |
11f56d62d182018326e2f375a6434fe4
|
|
| BLAKE2b-256 |
d560574b0f9864f0cf72a7c28d746d20a0401b7470586c1788f2ae6b15be093e
|