Skip to content
View theracingapi's full-sized avatar

Block or report theracingapi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Python script to create a CSV report... Python script to create a CSV report of jockey/trainer analysis for each runner on today's UK racecards (Standard Plan)
    1
    import requests
    2
    from requests.auth import HTTPBasicAuth
    3
    from operator import itemgetter
    4
    import csv
    5
    from datetime import datetime
  2. Racecard built with HTML, CSS and jQ... Racecard built with HTML, CSS and jQuery using example racecard data (Basic Plan)
    1
    <!DOCTYPE html>
    2
    <html lang="en">
    3
      <head>
    4
        <meta charset="UTF-8">
    5
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
  3. Python script to create a CSV report... Python script to create a CSV report of horses on tomorrows racecards running for the first time since being gelded (Basic Plan)
    1
    import requests
    2
    from requests.auth import HTTPBasicAuth
    3
    from operator import itemgetter
    4
    import csv
    5
    from datetime import datetime, timedelta