Skip to content

Version 1.9

Compare
Choose a tag to compare
@3urobeat 3urobeat released this 31 Dec 11:33
· 16 commits to main since this release
2fb4cc0
  • Enabled automatic token refresh #12
    • This means that you should not anymore need to type in a Steam Guard Code every ~200 days
  • Added feature to log playtime information of every account to playtime.txt on stop/relog (enabled by default) #14
  • Added support for logging in by scanning a QR Code using your Steam Mobile App #13
  • Added proxy support to my sessionHandler module
    • Updated my sessionHandler module to include other fixes from my other projects
  • Added automatic handling of AccessDenied login error - the bot will automatically delete the associated token and create a new session
  • Added logging of username in chat messages from friends (Thanks @4root on Discord for the suggestion)
  • Fixed potential startup softlock when accounts.txt is empty
  • Improved README to be more appealing
  • Updated dependencies
  • Minor other changes/fixes