Skip to content

Instantly share code, notes, and snippets.

@glavdir
glavdir / Corvus27_Corvus.py
Last active August 29, 2015 14:03
Chatbot Corvus
# -*- coding: utf-8 -*-
import MySQLdb
import time
import random
import re
import os, logging, tempfile, ConfigParser, sys
class Corvus:
def __init__(self):