Skip to content

Releases: Soundsphere/iRacingDatabase

v 0.4

09 Aug 13:26

Choose a tag to compare

What's Changed

  • Add DNF column derived from race results by @Soundsphere in #37
    --> Column DnF now shows if the race has been finished or not. If DnFd then this is set to true

Full Changelog: v0.3...v0.4

v0.3 - usable version

10 Jul 12:03
282d840

Choose a tag to compare

It is all coming together slowly. This time we have a few improvements:

  • Removed dependency on iracingdataapi by asondilworth56 by including the neccessary parts of code into irdata_client.py
  • Improved the update_carlist.py to output logging info and save the config file directly into the path from where it is run via cron
  • Added the column TrackConfiguration for a better overview of driven tracks to the database

v0.2 - usable version

10 Jul 11:26
cdfff92

Choose a tag to compare

Removed direct dependecy on iracingdataapi

v0.1 - usable version

29 Jun 16:52

Choose a tag to compare

First usable version.
Pulls data from the iRacing API via iracingdataapi by asondilworth56
and stores this information into a database.