An open API service indexing awesome lists of open source software.

https://github.com/kkent030315/twitcasting-realtime-chat

An unofficial comment viewer CLI for TwitCasting lives
https://github.com/kkent030315/twitcasting-realtime-chat

Last synced: 7 months ago
JSON representation

An unofficial comment viewer CLI for TwitCasting lives

Awesome Lists containing this project

README

          







# twitcasting-realtime-chat
An unofficial comment viewer CLI for TwitCasting lives

# Usage

1. Install

```bash
pip install twitcasting-realtime-chat
```

2. Import

```python3
from twitcasting_realtime_chat import TwcsRealtimeChat
```

3. Use

```python3
instance = TwcsRealtimeChat(auto_reconnect=True)
instance.run(user_id="user_id")
```

# License

MIT