Skip to content

Instantly share code, notes, and snippets.

View adolfo-ajucum's full-sized avatar
🏥
Working on site

Adolfo Ajucum adolfo-ajucum

🏥
Working on site
  • Hospital Regional de Occidente
  • Guatemala
  • 03:28 (UTC -06:00)
View GitHub Profile
@adolfo-ajucum
adolfo-ajucum / akinator.py
Created April 27, 2018 03:49 — forked from fiorix/akinator.py
Interactive command line crawler to akinator.com
#!/usr/bin/env python
# coding: utf-8
#
# Interactive command line crawler to akinator.com
# http://musta.sh/2012-07-20/twisting-python-and-freeswitch.html
import re
import sys
from twisted.internet import defer