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

https://github.com/n138-kz/obswebsocket_screenshot


https://github.com/n138-kz/obswebsocket_screenshot

obs websocket

Last synced: 26 days ago
JSON representation

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

1. Download python3 & install
python-logo

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)