Exemple #1
0
 def logScreen(self):
     log = LoginScreen.LoginScreen()
     log.main()
     email, password = log.getCredentials()
     log.__del__()
     self.api = TuentiAPI.API()
     self.api.handleCookies()
     self.api.login(email, password)
     sts = Status.changeStatusScreen(self)
     sts.main()
     status = sts.getCredentials()
     
     print "Email %s .Password %s" % (email, password)
     image = self.api.getNextPhoto();
     print image
     image = self.api.getNextPhoto();
     print image