This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |
NewerOlder