Git Product home page Git Product logo

steam-auto-queue's Introduction

Steam Auto Queue

ESLint

This script can help you finish Steam events automatically.

What's new in v2

  • Plugins support

    I used to create a new scripts to every new event, until I found steam reuse event every year, you only need to change some parameter to finish new event, so I decide to rewrite my scripts to plugins and use config file to give parameter.

Plugins & Support Event

  1. autocard

    • discovery queue in summer / winter sales
  2. autovote

    • vote steam awards 2021
    • vote steam awards 2022
  3. steam racing 2022

    • get 2022 Steam Racing Fest Cup badge
  4. clorthax quest

    • get Clorthax's Paradox Party Badge
    • get Steam 3000 Profile Modifier , Profile Background, Mini Profile Background, Avatar Profile Frame, Animated Avatar and Stickers
  5. Next Fest October 2022

    • get level 6 2022 Steam Next Fest October Edition Badge
  6. Steam awards 2022

    • get level 2 Steam Awards Nomination Committee 2022 Badge
  7. Steam summer sale 2023 sticker

    • get summer sale sticker
  8. Steam awards 2023

    • get level 2 Steam Awards Nomination Committee 2023 Badge
  9. Steam awards 2023 vote

    • get all Steam Awards 2023 Sticker

Tested Event

  1. autocard

    • Winter sales 2019
    • Summer sales 2020
    • Winter sales 2020
    • Summer sales 2021
    • Winter sales 2021
    • Summer sales 2022
    • Winter sales 2022
    • Summer sales 2023
    • Winter sales 2023
    • Summer sales 2024
  2. autovote

    • Steam awards 2021
    • Steam awards 2022
  3. steam racing 2022

  4. clorthax quest (summer sales 2022 event)

  5. Next Fest October 2022

  6. Steam awards 2022

  7. Steam awards 2023

  8. Steam awards 2023 vote

Installation

  1. Install Node.js
  2. Clone this repos
  3. Install dependencies via npm install

Basic Usage

  1. Run script node index.js
  2. Follow instructions enter your account, password and 2FA code
  3. Wait a second
  4. You have got your rewards

Advenced Usage (for fully automatic and multiple accounts)

  1. Rename config_template.json to config.json
  2. Edit account, password and shared_secret in config.json
  3. Run script node index.js
  4. Wait a minute
  5. You have got your rewards

What is shared_secret

shared_secret is for generate steam 2FA code, if you don't want to generate 2FA code automatically just set shared_secret value to "".

If shared_secret set to "", you need to enter 2FA code manually.

This link will help you find your shared_secret.

Config

Put all your accounts info into config.json

Config file format:

[
    {
        "account": "YOUR_ACCOUNT_1",
        "password": "YOUR_PASSWORD_1",
        "shared_secret": "YOUR_Shared_Secret_1"
    },
    {
        "account": "YOUR_ACCOUNT_2",
        "password": "YOUR_PASSWORD_2",
        "shared_secret": "YOUR_Shared_Secret_2"
    },
    {
        "account": "YOUR_ACCOUNT_3",
        "password": "YOUR_PASSWORD_3",
        "shared_secret": "YOUR_Shared_Secret_3"
    },
    ...
]

Custom plugins

check out here

Todo

  1. Rewrite other scripts I have created to plugin.
    1. steam-auto-spring-cleaning

steam-auto-queue's People

Contributors

zwhitey avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.