Skip to content

Instantly share code, notes, and snippets.

@dpeters1
dpeters1 / kennys_car_scanner.py
Created July 2, 2018 18:19
Script to notify me of stock changes in Audi's at the local junkyard, allowing me to scavenge them for parts before everyone else
import requests
import json
from pushbullet import Pushbullet
from bs4 import BeautifulSoup
pb = Pushbullet('************************')
pbPixel = pb.get_device('Google Pixel')
url = 'http://www.kennyupull.com/en/views/ajax'