Skip to content

Instantly share code, notes, and snippets.

@jimaples
jimaples / ifttt_movies.py
Last active August 29, 2015 14:27
Lifehack to speed up going through IFTTT emails of new movies posted to Reddit
"""Lifehack to speed up going through IFTTT emails of new movies posted to Reddit
"""
import re
from itertools import count
from operator import itemgetter
import requests
from lxml import html
import webbrowser