Coder Social home page Coder Social logo

rlgpy's Introduction

rlgpy

Build Status codecov Codacy Badge

Rocket League Garage python package for retrieving trade, item, and achievement data in JSON format.


Features

  • Scrape trade data with options to use a custom URL containing trade information.
  • Scrape Rocket League item data.
  • Achievement data.

Due to Google captcha built-into the page, adding and auto-bumping trades is not possible. It could be done using Selenium, but for the purposes of this package I have decided to just leave it as a data extractor.


Examples of basic usage

  from rlgpy.api import RocketLeagueGarage

  # Each call returns a list of the data in JSON format.
  item_data  = RocketLeagueGarage.get_items()
  trade_data = RocketLeagueGarage.get_trades()
  achievement_data = RocketLeagueGarage.get_achievements()

  # Trade data can be extracted from any page containing trades!
  # Example using page with filter parameters in the URL:
  url = 'https://rocket-league.com/trading?filterItem=1709&filterCertification=0&filterPaint=0&filterPlatform=0&filterSearchType=1'
  trade_data = RocketLeagueGarage.get_trades(url=url)

  # Example using page of someone's profile:
  url = 'https://rocket-league.com/trades/KizunaAi'
  trade_data = RocketLeagueGarage.get_trades(url=url)

rlgpy's People

Contributors

alfa-q avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Forkers

rtyh12

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.