Skip to content

Instantly share code, notes, and snippets.

View narendrans's full-sized avatar

Naren narendrans

View GitHub Profile
@alagappanr
alagappanr / checkUBCampusJobs.py
Created February 28, 2014 18:44
A simple Python script that uses the Urlliib and BeautifulSoup modules to check whether a new job has been posted on www.myubcard.com/jobs which is where the part-time campus jobs in UB are updated. This scripts pings to the specified URL every once in a while and then parses through the response to see if any new job has been posted. Note: Woul…
#!/usr/bin/python
import sys
import time
import urllib
import smtplib
import datetime
import traceback
from bs4 import BeautifulSoup
def sendemail(exception=false):