A Python script for collecting daily bonuses in the video game "Don't Starve Together" on the Steam gaming platform. This script also includes a GUI for easier use by those who do not have extensive technical knowledge.
VS Code with Python Interpreter
To test if your PC can handle Python Scripts
Make a new file and name it test.py
There write:
print("Hello World")
And save it, VS Code should warn you that you need to install python extension, install it. After that when you try to run it from VS Code, you will need to install Python Interpreter from Microsoft Store.
Automation Script for Daily Gift requires Python 3.10 to run.
Install the dependencies and first setup.
cd DontStarveTogether
pip install -r requirements.txt
python .\executable.py
If "Custom URL" prompt appears insert url that you want to open after each time run has been compiled will open, empty means default => ( axbecher.com )
You should have in taskbar the running script.
Press 1. START and find location for steam.exe
After that, Steam should run automatically and should launch the game.
Resources | README |
---|---|
psutil | psutil docs |
PyAutoGUI | PyAutoGUI docs |
tldextract | tldextract docs |
win10toast | win10toast docs |
WMI | WMI docs |
VS Code | VS Code Docs |
| | Python 3.10 | Microsoft Store | | Axbecher .com | Pesonal Website | |
Want to contribute? Great!
In folder "development" you can find scripts that I used to debug this project. If you have any ideas try to implement or even raise an issue and we can discuss.
Status | Name | Description |
---|---|---|
TODO | .exe | Create .exe instead of .py |
TODO | Change click times | Change times for mouse clicks from GUI |
TODO | inStartup docs | Docs related to inStartup feature |
Want to see logs?
- Click on "4. LOGS" button from main menu. or
- Just go in DontStarveTogether/logs
MIT
Free Software, Hell Yeah!