Skip to content

Instantly share code, notes, and snippets.

@matthoendorf
matthoendorf / alertmeh.py
Last active August 30, 2016 16:51
AlertMeh - send yourself an email every day when a Meh.com deal goes live
import json
import urllib.request
import smtplib
from email.mime.text import MIMEText
import schedule
import time
pwd = # your google app-specific password
api_key = # your meh.com api key
url = "https://api.meh.com/1/current.json?apikey=" + api_key