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

mikeholler/paddock

Repository files navigation

Paddock

Table of Contents
badge
badge
badge

Source Code

https://github.com/mikeholler/paddock

Documentation

https://mikeholler.github.io/paddock

PyPi

https://pypi.org/project/paddock

Programmatically retrieve data from the iRacing web APIs.

You can use this class 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.

USAGE

from paddock import Paddock
paddock = Paddock(
    username="[email protected]",
    password="hunter2",
)
print (paddock.cars_driven())

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages