https://github.com/makifgokce/obs-scoreboard
https://github.com/makifgokce/obs-scoreboard
angular csharp obs-plugin obs-studio-plugin scoreboard websocket
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/makifgokce/obs-scoreboard
- Owner: makifgokce
- Created: 2025-08-13T21:37:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-07T12:18:23.000Z (8 months ago)
- Last Synced: 2025-09-07T14:26:42.769Z (8 months ago)
- Topics: angular, csharp, obs-plugin, obs-studio-plugin, scoreboard, websocket
- Language: C#
- Homepage: https://makifgokce.github.io/obs-scoreboard/
- Size: 621 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ObsScoreboard
Obs'te Puan Tablosu göstermek yerel sunucu tabanlı bir uygulama.
## 🛠️ Kurulum
[https://github.com/makifgokce/obs-scoreboard/releases](https://github.com/makifgokce/obs-scoreboard/releases) adresinden yerel sunucuyu indirin.
`ScoreboardServer.zip` dosyasını çıkartın.
`ScoreboardServer.exe` dosyasını çalıştırın.
### Alternatif olarak Python server
Bilgisayarınızda python kurulu değilse pyhon indirip kurun.
[https://github.com/makifgokce/obs-scoreboard/archive/refs/heads/main.zip](https://github.com/makifgokce/obs-scoreboard/archive/refs/heads/main.zip) projeyin indirip içerisindekini istediğiniz bir yere çıkarın.
> Dosyaları çıkardığınız konumda `PyServer` klasörü içerisinde `Komut İstemi`'ni açın.
> Komut İsteminde `cd ` komutuyla `PyServer` klasörüne giriş yapabilirsiniz.
> Örnek:
```
cd C:\Users\\Desktop\obs-scoreboard-main\PyServer
```
> Aşağıdaki komutu çalıştırın.
```
pip install -r requirements.txt
```
> Sunucuyu çalıştırmak için aşağıdaki komutu girin.
```
python server.py
```
>Obs'te Sahneye Browser ekleyin.
### Puan Tablosu için:
>URL kısmına aşağıdaki linki girin.
```
https://makifgokce.github.io/obs-scoreboard/leaderboard
```
### Takım Skoru için:
>URL kısmına aşağıdaki linki girin.
```
https://makifgokce.github.io/obs-scoreboard/teamscore
```
### Sayaç için:
>URL kısmına aşağıdaki linki girin.
```
https://makifgokce.github.io/obs-scoreboard/counter
```
### Kontrol Paneli
>Kontrol paneli isterseniz [https://makifgokce.github.io/obs-scoreboard/](https://makifgokce.github.io/obs-scoreboard/) adresini tarayıcınızda açarak yapabilirsiniz.
veya
>Obs menüsünde `Docks` > `Custom Browser Docks` a tıklayın.
`Dock Name` Kısmına istediğiniz bir isim girebilirsiniz.
`URL` kısmına aşağıdakini girin.
```
https://makifgokce.github.io/obs-scoreboard/
```
`Apply` a tıklayarak artık OBS içerisinden de kontrol edebilirsiniz!