Skip to content

justinhorner/twentyfour-lemons-data-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twenty Four Lemons Data Fetch

A small python script to fetch 24 Hour of Lemons Race details. This was created to assist with building out a website to display the races in a map view, with the intention of finding events near you. The original information can be found on the 24 Hours of Lemons schedule page, https://24hoursoflemons.com/schedule/#all

Notes

  • The program requires a Google Places (New) API key in order to fetch the geolocation data for various events.
  • The program generates a json file of the various races and outputs data in to the following format:
    •   {
          "url": "https://www.google.com",
          "name": "Race Name",
          "dateInfo": "Jan 1 - Jan 3, 2024",
          "eventType": "race",
          "eventCourse": "RaceCourse, City ST",
          "location":
          {
              "coordinates":
              {
                  "latitude": 0.0,
                  "longitude": -1.1
              },
              "address": "123 Way St City, ST 00000, USA",
              "name": "LocationName
          }
      }
      

About

A python script to fetch 24 Hours of Lemons event data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages