Skip to content

Instantly share code, notes, and snippets.

View obihann's full-sized avatar

Jeffrey Hann obihann

View GitHub Profile
@obihann
obihann / barebones gmail notifier
Created May 30, 2016 18:30 — forked from danchoi/barebones gmail notifier
A lightweight command-line Gmail notifier. Fill in your gmail username and password and run the script from the command line. It polls your gmail account and shows the latest messages in a terminal window.
require 'rubygems'
require 'net/imap'
require 'tmail'
require 'parsedate'
# NOTE: Set these values before you run the script
# Your gmail username
USERNAME = "YOUR_USERNAME"
# Your gmail password
@obihann
obihann / README.md
Last active August 13, 2023 21:55 — forked from jewel-andraia/README.md
Two Python scripts to help RES (Reddit Enhancement Suite) users manage their backups and convert between platforms.
@obihann
obihann / README.md
Created October 12, 2013 22:09 — forked from nikcub/README.md