A Python wrapper for the Dogehouse API.
Project description
Installation
pip install dogehouse
Example
from dogehouse import DogeClient, event, command
from dogehouse.entities import Message
class Client(DogeClient):
@event
async def on_ready(self):
print(f"Successfully connected as {self.user}!")
await self.create_room("Hello World!")
@command
async def foo(self, ctx: Message):
await self.send("bar")
if __name__ == "__main__":
Client("YourToken", "YourRefreshToken", prefix="!").run()
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
dogehouse-0.2.3.tar.gz
(8.0 kB
view details)
File details
Details for the file dogehouse-0.2.3.tar.gz
.
File metadata
- Download URL: dogehouse-0.2.3.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dabac97fee0f333a263b18aeb3f6f01ad99167244cbf84c36b4d975dd9b7eb4a |
|
MD5 | 2c5555e8305628fc761550d087d8567f |
|
BLAKE2b-256 | 8230c01acaab87a046c83200cdb5666a845ca54627c875c305744746cbcfc788 |