Skip to content

An odd question - save the data as json files #179

Answered by walteij
walteij asked this question in Q&A
Discussion options

You must be logged in to vote

Let's just answer that one myself, because things can be so much easier that way (I really need so investigate more before asking questions).

base_url = 'https://livetiming.formula1.com'

/static//<Date_And_Name_of_race>/<date_Session>
and <Date_And_Name_of_race>/<date_Session> can be gathered from https://livetiming.formula1.com/static/SessionInfo.json

'session_data': 'SessionData.json', # track + session status + lap count
'session_info': 'SessionInfo.json', # more rnd
'archive_status': 'ArchiveStatus.json', # rnd=1880327548
'heartbeat': 'Heartbeat.jsonStream', # Probably time synchronization?
'audio_streams': 'AudioStreams.jsonStream', # Link to audio commentary
'driver_list': 'DriverLi…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by walteij
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant