Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>areUOK – Privacy Policy</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
max-width: 860px; margin: 0 auto; padding: 24px 16px;
color: #1a1a1a; line-height: 1.7; }
@eneasz
eneasz / yodel.py
Created August 2, 2017 09:38
Yodel tracking
#!/usr/bin/env python3
"""TODO: Handle situation where parcel is in state saying contact driver"""
import requests
from lxml import html
from playsound import playsound
from datetime import datetime
import time
deliveries_to_go = 5