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