ritvikkhanna09 / AutoLoginBot

A python bot to automate your login process

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoLoginBot

This bot will help you in automatically logging in you account of the desired website or webpage when run. It basically saves time and energy of typing the username and password again and again. P.S. I used it to login into my college's wifi network.

How to use

  1. Enter the website and your username and password in the required to login into the website.

  2. Now go to the website/webpage and open the developer tools/Inspect element option.

  3. There search the html code corresponding to the html input fields of username, password and submit button as well.

  4. Copy the name(or class or id) of that element and paste it in the python code.

  5. Run the file.

(Optional)

As I wanted the automation to be a click easy, I created a Automator (only for macOS users) that just runs the python file when clicked.

Created by Ritvik Khanna

About

A python bot to automate your login process


Languages

Language:Python 100.0%