This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# AUTHOR: Zeray Rice <[email protected]> | |
# FILE: main.py | |
# CREATED: 01:15:37 06/04/2012 | |
# MODIFIED: 01:57:15 06/04/2012 | |
import requests | |
import datetime | |
from jinja2 import Environment, FileSystemLoader | |
from BeautifulSoup import BeautifulSoup |