Skip to content

Instantly share code, notes, and snippets.

View wkomor's full-sized avatar

Vitold Komorovski wkomor

View GitHub Profile
# -*- coding: utf-8 -*-
import sys
import requests
import re
import html5lib
import webbrowser
from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer
from bs4 import BeautifulSoup, Comment