Skip to content

Instantly share code, notes, and snippets.

@mt7479
mt7479 / gog-notify.py
Last active May 30, 2018 10:17 — forked from steevp/gog-notify.py
Checks for new GOG Connect games
#!/usr/bin/env python2
# Script to check for new GOG Connect games
#
# Configure your system for sending emails first. I used:
# https://www.howtoforge.com/tutorial/configure-postfix-to-use-gmail-as-a-mail-relay/
import requests
import browsercookie
import json
import smtplib
from email.mime.text import MIMEText