- 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
2 lines
37 B
Plaintext
2 lines
37 B
Plaintext
python-dotenv==1.0.0
|
|
requests==2.31.0 |