Source Code |
|
Documentation |
|
PyPi |
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())