Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/williamsjokvist/cfn-tracker
Track the live ranked match data of any Street Fighter 6 / V profile
https://github.com/williamsjokvist/cfn-tracker
street-fighter tracking webscraping
Last synced: 3 months ago
JSON representation
Track the live ranked match data of any Street Fighter 6 / V profile
- Host: GitHub
- URL: https://github.com/williamsjokvist/cfn-tracker
- Owner: williamsjokvist
- License: other
- Created: 2019-09-23T15:45:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T15:40:36.000Z (6 months ago)
- Last Synced: 2024-05-17T16:47:32.693Z (6 months ago)
- Topics: street-fighter, tracking, webscraping
- Language: Go
- Homepage: https://cfn.williamsjokvist.se/
- Size: 25.2 MB
- Stars: 39
- Watchers: 5
- Forks: 4
- Open Issues: 20
-
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