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
- Host: GitHub
- URL: https://github.com/kkent030315/twitcasting-realtime-chat
- Owner: kkent030315
- License: mit
- Created: 2021-03-29T22:52:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T23:18:31.000Z (over 4 years ago)
- Last Synced: 2025-02-28T22:18:22.034Z (7 months ago)
- Language: Python
- Size: 6.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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