stats-tracker/players.json
ZareMate 317c29879c Add initial implementation of Stats Tracker with environment configuration and player stats tracking
- Create .env.example for environment variable setup
- Add .gitignore to exclude sensitive files and cache
- Implement README.md with setup instructions and usage details
- Develop main.py for fetching and posting player stats to Discord
- Create overlay.py for displaying stats in a GUI overlay
- Add players.json to define players to track
- Specify dependencies in requirements.txt
2026-03-23 19:37:38 +01:00

9 lines
125 B
JSON

{
"players": [
"ZareMate",
"Qawe7",
"Bronkol",
"Skybloczek",
"cytrus1111"
]
}