Git Product home page Git Product logo

steam-free-packages's Introduction

deprecated

steam-free-packages is a NodeJS application used to request any new free packages added to steam to be added to your account. It considers the rate limit of 50 requests per hour.

To use steam-free-packages:

  1. Download and Install NodeJS
  2. Download this repository
  3. Extract it anywhere and run install.bat (one-time only) to install the needed libraries
  4. Edit config.json and include your information and preferences
  5. Run run.bat any time after completing step 1-4
  6. Minimize if you wish and it will periodically request free packages for your steam account

Good luck!

steam-free-packages's People

Contributors

royalgamer06 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

steam-free-packages's Issues

Steam Guard

Hi, thanks for script!
How can I use it with Steam Guard? I dont use Winauth

I get 'Javascript heap out of memory' error all the time

Error

Got an error after running bat.exe, I followed all the steps

module.js:471
throw err;
^

Error: Cannot find module 'steam-user'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (D:\Pobrane\steam-free-packages-master\main.js:2:13)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)

Save Steam Guard session each startup

Can you make the script to save the session? Cuz i created a startup bat with:
start /min run.bat ^& exit

but each start it need to enter the guard code.

No new packages/apps being granted even though I still don't own over 2000 of them

I have tried waiting a few hours to see if it starts to work but It's all the same thing over and over again.
It used to work before but after a while it just started to stop.

Steam Guard App Code: XWRX6
[25-04-2017 12:33:30.397] Logged into Steam as [U:1:154739857]
[25-04-2017 12:33:30.523] Our account owns 1205 licenses
[25-04-2017 12:33:30.555] Our account has no limitations
[25-04-2017 12:33:30.557] Our account can invite friends
[25-04-2017 12:33:30.562] We have 0 VAC ban
[25-04-2017 12:33:32.974] Got web session
[25-04-2017 12:33:34.379] Cached app ownership
[25-04-2017 12:33:46.213] Found 2500 free apps of which 2059 are not owned by us yet
[25-04-2017 12:33:46.215] Attempting to request 50 subs (72571,72544,72447,72429,72411,72399,72380,72354,72328,72254,72228,72223,72204,72184,72154,72072,72039,72029,72010,71989,71984,71935,71924,71877,71851,71848,71784,71772,71761,71746,71600,71585,71575,71515,71500,71433,71425,71380,71347,71296,71287,71284,71225,71209,71196,71171,71168,71165,71043,71021)
[25-04-2017 12:33:46.588] No new packages were granted to our account
[25-04-2017 12:33:46.590] No new apps were granted to our account
[25-04-2017 12:33:46.591] Waiting 30 minutes for a new attempt

$ = require("jquery")(jsdom.jsdom().defaultView), error

I am getting this error when I try to run run.bat file.
C:\Users\Nikola Perovic\Desktop\steam-free-packages-master\main.js:5

$ = require("jquery")(jsdom.jsdom().defaultView),
                            ^

TypeError: jsdom.jsdom is not a function
    at Object.<anonymous> (C:\Users\Nikola Perovic\Desktop\steam-free-packages-master\main.js:5:29)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Module.runMain (module.js:605:10)
    at run (bootstrap_node.js:423:7)
    at startup (bootstrap_node.js:147:9)
    at bootstrap_node.js:538:3
Press any key to continue . . .

File not found error

capture
The above error is caused whenever I try to run install.bat
I also get other various errors such as modules.js error.

Thanks.

"TypeError: jsdom.jsdom is not a function"

Okay, I managed to get past the "Error: Cannot find module 'steam-user'" error by manually installing each package through cmd as admin (which installs it in the C:\WINDOWS\System32\node_modules directory). But now that they are all installed I get this following error which I have no clue how to fix:

C:\WINDOWS\system32\main.js:5
$ = require("jquery")(jsdom.jsdom().defaultView),
^

TypeError: jsdom.jsdom is not a function
at Object. (C:\WINDOWS\system32\main.js:5:29)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
at Module.runMain (module.js:605:10)
at run (bootstrap_node.js:423:7)
at startup (bootstrap_node.js:147:9)
at bootstrap_node.js:538:3
Press any key to continue. . .

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.