This is mostly a rewrite of Idle Master (Python branch). It will idle all games with play time < 2 hours in parallel until they are out of the refund period (2+ hours). After that, it will idle each game sequentially untill all cards have been dropped.
I did this rewrite because I don't wanted to poke around with cookies (and I thought idle_master_py is unmaintained).
git clone https://github.com/jayme-github/steam_idle_qt.git
pip install -r steam_idle_qt/requirements.txt
- steamweb>=0.6
- steam_idle>=0.1
- pycrypto>=2.6.1
- requests>=2.7.0
- future>=0.14.3 (python 2.x)
Just run steam_idle_cli.py and follow the instructions:
./steam_idle_gui.py
For a CLI version please see steam_idle.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. A copy of the GNU General Public License can be found at http://www.gnu.org/licenses/. For your convenience, a copy of this license is included.