Skip to content

Instantly share code, notes, and snippets.

View clepz's full-sized avatar
🇹🇷
Everything is for you!

Tarık Umutlu clepz

🇹🇷
Everything is for you!
View GitHub Profile
# -*- coding: UTF-8 -*-
import sqlite3
from sqlite3 import Error
import urllib
import HTMLParser
import html2text
import re
from os import listdir
from os.path import isfile, join
from collections import Counter