Skip to content

Instantly share code, notes, and snippets.

View progeroffline's full-sized avatar
🛠️
Working on newmanga library

progeroffline progeroffline

🛠️
Working on newmanga library
  • 22:09 (UTC +03:00)
View GitHub Profile
@progeroffline
progeroffline / example.py
Created September 3, 2024 18:40
Python example for connecting to lis-skins websockets
import asyncio
import requests
from centrifuge import (
Client,
ClientEventHandler,
ConnectedContext,
PublicationContext,
SubscriptionEventHandler,
)