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
import json | |
from bs4 import BeautifulSoup | |
import re | |
import os.path | |
from itertools import count | |
from time import strftime,strptime | |
# original: https://gist.github.com/dmn001/6390139c037949f7ea4b | |
#months = ['Jan', 'Feb', 'Mar', 'Apr','May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'] | |
# set the date format used on the market by your locale. |