Seite 1 von 1

Login ausführen

Verfasst: Mittwoch 31. März 2021, 16:48
von pywald
Hallo,
wie schon im Titel beschrieben, will ich ein Python Programm schreiben was um eine bestimmte Zeit einen Login für mich ausführt.
Der Code bis jetzt:

Code: Alles auswählen

import webbrowser
webbrowser.open("https://www.python-forum.de/ucp.php?mode=login")
Jetzt suche ich noch nach etwas den Login ausführt.