Skip to content

Instantly share code, notes, and snippets.

View valignatev's full-sized avatar

Valentin Ignatev valignatev

View GitHub Profile
@valignatev
valignatev / habraproxy.py
Last active October 19, 2016 12:45 — forked from anonymous/gist:06e0bd519490c8f03404
add to all words > 6 letters 'tm'
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import string
import webbrowser
import re
from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer
# pip install requests
# pip install beautifulsoup4