コード例 #1
0
ファイル: termbot.py プロジェクト: goudacoin/twobitbot
 def __init__(self, config):
     self.config = config
     self.watcher = BitstampWatcher()
     self.watcher.add_alert_callback(self.out)
     self.responder = BotResponder(self.config, self.watcher)