https://github.com/roimee6/gymenstats
A site inspired by basic statistics sites, but completely dedicated to ogcnice
https://github.com/roimee6/gymenstats
gym ligue1 ogcnice soccer
Last synced: 3 months ago
JSON representation
A site inspired by basic statistics sites, but completely dedicated to ogcnice
- Host: GitHub
- URL: https://github.com/roimee6/gymenstats
- Owner: roimee6
- License: cc0-1.0
- Created: 2025-02-22T19:54:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T21:00:33.000Z (3 months ago)
- Last Synced: 2025-02-22T22:18:55.489Z (3 months ago)
- Topics: gym, ligue1, ogcnice, soccer
- Language: JavaScript
- Homepage: https://gymenstats.com
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# gymenstats
[](LICENSE)
[](https://github.com/RichardLitt/standard-readme)
[](https://github.com/roimee6/gymenstats)
[](https://github.com/roimee6/gymenstats/stargazers)Source code of [gymenstats](https://www.gymenstats.com/), a statistics site dedicated to OGC Nice, inspired by Fotmob. Uses a custom [Fotmob API](https://github.com/roimee6/fotmob) library built in JS/TS.
Open-source for soccer enthusiasts: use for personal projects, but not commercially !
## Table of Contents
- [gymenstats](#gymenstats)
- [Table of Contents](#table-of-contents)
- [Explanations of the project](#project)
- [Configuration](#configuration)
- [Contributing](#contributing)## Project
#### Goal Detection and Media Integration
At the heart of the project lies a powerful command-line interface that allows seamless video addition. Users can easily incorporate highlight videos from YouTube or Twitter using a simple command structure: `add [start] [end]`.
#### Content Management Strategy
The platform leverages Discord as its primary media storage solution, creating a robust ecosystem for video hosting. An intelligent system automatically deploys videos, maintains link integrity, and replicates highlights to prevent content loss.
#### Technical Foundations
- Automated tracking of match moments
- Real-time statistic retrieval
- Seamless metadata synchronization
- Minimal manual intervention required## Configuration
1. Rename [``config.example.js``](https://github.com/roimee6/gymenstats/blob/main/src/config.example.js) to ``config.js``
2. Fill in your personal configurations
3. Never commit config.jsImportant clarifications:
1. The ``config.example.js`` file serves as a template with default or example parameters
2. The ``config.js`` file will contain your specific personal configurations
3. To avoid sharing sensitive information, add ``config.js`` to your ``.gitignore`` file## Contributing
Feel free to [open an issue](https://github.com/roimee6/gymenstats/issues/new) or submit a pull request.