Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Track the live ranked match data of any Street Fighter 6 / V profile

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