예제 #1
0
 def __init__(self):
     self._oauth = credsfromfile()
     self.streamer = Streamer(**self._oauth)
     self.query = Query(**self._oauth)
예제 #2
0
 def __init__(self):
     self._oauth = credsfromfile()
     self.streamer = Streamer(**self._oauth)
     self.query = Query(**self._oauth)