vendredi 14 avril 2017

Can I save a user's login data from 3rd party websites on my software? Python

I'm using Python 2.7 and I am very new to programming. I have a script that uses selenium to log into a user's account and automate a process for them that needs to be done each month. The script is set to a schedule that automatically runs based on the date it gets from the users account. I have it saved as an exe, and I used Tkinter to make a menu that allows the user to type in their username and password and it uses that text for the username and password fields on the website. Instead of the user giving me their info, I want them to be able to login via the actual login page of the site, and it encrypt and save the password so it can automatically run the process for them each month. If I were to implant a webkit browser, Could this be done? If so could someone point me in a general direction on how I would go about this?

Aucun commentaire:

Enregistrer un commentaire