Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __init__(self, conf): self.twitter = twitterapi.twitterapi(conf.get_token(), 200)
Minimal wrapper for Twitter's REST and Streaming APIs