예제 #1
0
 def read_images (self, handle):
     tparser = TweetParser (app.config['TWITTER_CONSUMER_KEY'], app.config['TWITTER_CONSUMER_SECRET'], current_user.twitter_access_key, current_user.twitter_secret_key)
     images = tparser.parse (handle)
     return images