Skip to content

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.

License

Notifications You must be signed in to change notification settings

axbecher/Daily_Reward_Collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

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.

Requirements

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.

Installation

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 )

Custom URL

You should have in taskbar the running script.

Press 1. START and find location for steam.exe

Main Menu

After that, Steam should run automatically and should launch the game.

Resources

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 | |

Development

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.

Project Status

Status Name Description
DONE Preview GIF Preview gifs for this project
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

Logs

Want to see logs?

  • Click on "4. LOGS" button from main menu. or
  • Just go in DontStarveTogether/logs

License

MIT

Free Software, Hell Yeah!

About

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.

Topics

Resources

License

Stars

Watchers

Forks