Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GreenSoap/cfn-tracker
Realtime tracking of ranked matches in Street Fighter 6 and Tekken 8
https://github.com/GreenSoap/cfn-tracker
react server-sent-events sqlite street-fighter tekken-8 tracking wails webscraping xstate
Last synced: about 1 month ago
JSON representation
Realtime tracking of ranked matches in Street Fighter 6 and Tekken 8
- Host: GitHub
- URL: https://github.com/GreenSoap/cfn-tracker
- Owner: williamsjokvist
- License: other
- Created: 2019-09-23T15:45:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T04:44:39.000Z (about 1 month ago)
- Last Synced: 2024-12-20T07:03:53.478Z (about 1 month ago)
- Topics: react, server-sent-events, sqlite, street-fighter, tekken-8, tracking, wails, webscraping, xstate
- Language: Go
- Homepage: https://cfn.williamsjokvist.se/
- Size: 25.3 MB
- Stars: 56
- Watchers: 4
- Forks: 7
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
CFN Tracker
Track any Street Fighter 6 or V CFN profile's live matches.
Check the website to get started.## Features
- Real-time match tracking
- Storing match logs and statistics
- Support for displaying live stats to OBS via Browser Source and Text Labels
- Support for both SF6 and SFV
- Ability to create own OBS Browser theme with CSS[Streamer showcase](SHOWCASE.md)
## Contributing
Contributions are welcome, take a look at the [issues](https://github.com/williamsjokvist/cfn-tracker/issues) or open one yourself!## Setting up development environment
1. Install dependencies
- [Wails](https://wails.io/docs/gettingstarted/installation)
- [Task](https://taskfile.dev/) - optional, but recommended
- [Bun](https://bun.sh/)2. Create a `.env` in the project's root based on [example.env](https://github.com/williamsjokvist/cfn-tracker/blob/master/example.env)
3. Run `task --list` to view the list of commands