Giter VIP home page Giter VIP logo

node-csgo-stats-fetcher's Introduction

node-csgo-stats-fetcher

A bot on Steam that fetches CS:GO statistics of specified accounts. The received data is sent to a webserver using a REST call.

Requirements

  • node-steam-user
  • node-globaloffensive
  • request
  • CS:GO must be purchased on the account you sign in with

Installation:

  1. Download this package
  2. Run npm update from your terminal
  3. Rename example.config.json to config.json and modify it with your account credentials, Steam API key, REST Endpoint URL to which the data needs to be sent and the accounts from which the CS:GO statistics are to be looked up from.
  4. Run node steambot.js to execute the script

Data structure

Below is an example of the data structure that is sent to the specified endpoint:

{ 
    "steamid" : "76561198201294963",
    "avatar" : "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatar/fe/fef49e7fa7e1997310d705b2a6158ff8dc1cdfeb_full.jpg",
    "name" : "Din Viezel",
    "rank" : 14,
    "wins" : 164,
    "updateDate" : "2016-12-12T21:25:11.268Z"
}

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.