Coder Social home page Coder Social logo

gabrieldrs / node-steam-card-farm Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 3.0 27 KB

A node.js application that can farm steam cards for you locally or in the cloud.

License: MIT License

HTML 17.14% JavaScript 78.44% Dockerfile 2.99% CSS 1.43%
node-steam steam card-drop card-farm

node-steam-card-farm's Introduction

Node Steam Card Farm

GitHub license Node version

Description

This is a Steam Trading Cards Farming Machine powered by Node.js.

The advantages of this in comparison with other solutions is that this can be easily containerized (container script included) and deployed anywhere, it's also highly customizable and easy to extend. Since this can be built into a docker image, it's possible to leave an trading card farming machine running in the cloud forever, without the need to have a personal device turned on all the time.

It's based on Node Steam, a library that interacts with Steam throught an API without running a steam client. Extensions were developed based on works from Node Steam Weblogon and Node Steam Web API

How to use it

When you run the project, it will create a small web application where you can type your credentials information. Go to http://localhost:8080 and submit the required information.

Done. If you have typed your credentials correctly, it will start the idling process automatically in the background. You can check progress in the process window.

Dependencies

In order to run the project locally you will need Docker installed in you system. Very superficially, docker is a Command Line Interface in which you can create small and light Virtual Machines that isolate applications on predefined environments based on a script.

Since docker does all the work of setting up the environment, you won't need anything else to run the application.

If you want to build over it, you will need Node.js (v6.11.2), all other dependencies are listed in the package.json file:

Running

After installing docker:

  • Open a terminal/command line
  • Navigate to the root folder of this project
  • type docker build -t sccf . && docker run -d sccf

If it goes without issues, you will have a web application running on http://localhost:8080.

Deploying to the cloud

TODO

Continuous Improvement

There's still lots of improvements to be made, but perfect is the enemy of good, so I decided to have a first "as is" release and build over it based on feedback.

If you think you have found a bug, take a look at the Issues section to see if someone else has reported it, if it's something new, just open an issue and I will analyze, please, make sure to describe the required steps to reproduce it, otherwise I won't be able to help.

If you are having trouble with something else, feel free to contact me by email, I will be glad to help you out.

node-steam-card-farm's People

Contributors

gabrieldrs avatar s0t7x avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

node-steam-card-farm's Issues

Improve README

README has some unnecessary information and doesn't really explain how to setup application, this should be updated

It does not work with Email Auth

First I tried with Email Auth (my default authentication method) but it did not work. It displayed a message 'Password incorrect'. However, when I tried to authenticate with my Steam iOS App, it worked!

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.