https://github.com/n138-kz/obswebsocket_screenshot
https://github.com/n138-kz/obswebsocket_screenshot
obs websocket
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/n138-kz/obswebsocket_screenshot
- Owner: n138-kz
- License: mit
- Created: 2025-01-25T11:04:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-25T11:50:11.000Z (over 1 year ago)
- Last Synced: 2025-01-25T12:18:01.640Z (over 1 year ago)
- Topics: obs, websocket
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [obswebsocket_screenshot](https://github.com/n138-kz/obswebsocket_screenshot)
## License
[Copyright (c) 2025 Yuu Komiya (n138), Under MIT License](LICENSE)
## How to use
2. Install dependences
```pip
pip3 install obs-websocket-py
```
3. Download [main.py](main.py)
4. Run `main.py`
5. Launch the OBS, show config on WebSocket. (Tools > Websocket)

7. Edit `host`, `port` and `password` in `.env` (Generated after running main.py)
8. Run `main.py`
## Refs
- [obs-websocket](https://github.com/obsproject/obs-websocket)
- [obs-websocket-py](https://github.com/Elektordi/obs-websocket-py?tab=readme-ov-file)
