Giter Club home page Giter Club logo

csgo's Introduction

CSGo


R client for accessing Steam’s REST API specifically for the Counter-Strike Global Offensive Game (CS Go) data. Check out the Steam documentation website for more information.

Package Functionality

The goal of CSGo is to provide an easy way to connect and pull data from the Steam API specifically for the Counter-Strike Global Offensive Game (CS Go).

Responsible use

The CSGo package should be used in strict accordance with Steam Api Terms of Use.

Installation

The CSGo package still doesn’t have released on CRAN, but you can use the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("adsoncostanzifilho/CSGo")

Example

The first step to use the CSGo package is to have your own credentials (API key) to pull the CSGo data from the Steam API.

For more information about how to get your own API Key run in your R vignette("auth", package = "CSGo").

Now that you already have your API Key you should be able to collect your own CSGo data as well as your friends’ data.

library(CSGo)

# to get my own statistics
my_stats <- get_stats_user(api_key = 'your_key',user_key = '76561198263364899')

# to get my the statistics of all my "public" friends
friends_stats <- get_stats_friends(api_key = 'your_key',user_key = '76561198263364899')

PS: Don’t worry, the function get_stats_friends will only collect the data of your friends with “Public” status.

csgo's People

Contributors

adsoncostanzifilho 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.