A Python wrapper for the Dogehouse API.
Project description
Python wrapper for the dogehouse API
Documentation
You can find the documentation at dogehouse.arthurdw.com
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()
Tokens
Go to https://dogehouse.tv
Open Developer options (F12 or Ctrl+Shift+I)
Go to Application > Local Storage > dogehouse.tv
There lies your TOKEN and REFRESH_TOKEN
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-2.1.3.tar.gz
(15.7 kB
view details)
File details
Details for the file dogehouse-2.1.3.tar.gz
.
File metadata
- Download URL: dogehouse-2.1.3.tar.gz
- Upload date:
- Size: 15.7 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 | 2ddaf00b728c18618868cb1c3e5f4313560965d6bcf735e1509c329727e7e81a |
|
MD5 | ed4be61ef8578643f66284a1fa548d1d |
|
BLAKE2b-256 | 4f37591f9403f58ec72096cfbe150015512395560a8740cf1890e6d50c7b56e1 |