Skip to content

Instantly share code, notes, and snippets.

View adilkhash's full-sized avatar
🍹
Vibe Engineering

Adylzhan Khashtamov adilkhash

🍹
Vibe Engineering
View GitHub Profile
@adilkhash
adilkhash / habra_pr0xy.py
Last active January 6, 2017 09:03
Ivelum test
# -*- coding: utf8 -*-
import re
import string
from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer
import requests
from bs4 import BeautifulSoup
@adilkhash
adilkhash / vkmixin.py
Created May 11, 2011 06:17
Vkontakte Oauth 2.0 Mixin
#!/usr/bin/env python
#
# Vkontatke OAuth 2.0 wrapper
# Copyright 2011, Adil Khashtamov [[email protected]]
# http://khashtamov.kz
#
#
import logging