Skip to content

iRacing python client interface to access drivers and series stats and results.

Notifications You must be signed in to change notification settings

simasimsd/ir_webstats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iRWebStats

You can use iRWebStats to send requests to iRacing service and get some valuable data like stats, race results, driver info, series info, etc. it requires valid login credentials (username and password) to access the service.

Getting Started

Prerequisites

Python 3+ (with network access)

Installing

Install using pip and git url

pip install git+https://github.com/simasimsd/ir_webstats.git#egg=ir_webstats

Usage

from ir_webstats import iRWebStats
irw = iRWebStats()
irw.login('username', 'password')
print (irw.cars_driven())  # cars driven by user

About

iRacing python client interface to access drivers and series stats and results.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%