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="max.verstappen@redbull.com",
    password="hunter2",
)
print (paddock.cars_driven())