Skip to content

Instantly share code, notes, and snippets.

@oczkers
oczkers / gist:88da8c3ab9244df3972c
Created September 12, 2014 07:56
deathbycaptcha
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
# Author: Sergey Kolchin <[email protected]>
"""Death by Captcha HTTP and socket API clients.
There are two types of Death by Captcha (DBC hereinafter) API: HTTP and
socket ones. Both offer the same functionalily, with the socket API
sporting faster responses and using way less connections.