Skip to content

Instantly share code, notes, and snippets.

@adrienshen
adrienshen / gist:d281e160fec36a3f53b7ff080d052e88
Last active March 15, 2024 04:00
Beating the Austin DPS Appointment Booking System
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import time
import pprint
pp = pprint.PrettyPrinter(indent=4)
import requests
import json
from datetime import datetime
DEV_FORCE_BOOKING = False