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
This commit is contained in:
2026-03-23 19:37:38 +01:00
commit 317c29879c
7 changed files with 651 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
DISCORD_WEBHOOK_URL=https://discordapp.com/api/webhooks/YOUR_WEBHOOK_ID/YOUR_WEBHOOK_TOKEN
API_KEY=your_api_key_here