Skip to main content

A simple auto-login bot using python

Project description

This is a simple auto-login bot using python. In this present scenario, every website uses authentication and we have to log in by entering proper credentials. But sometimes it becomes very hectic to login again and again to a particular website. So, to come out of this problem lets, built our own auto login bot using python.

We will be using Selenium (python library) for making the auto-login bot. Python Selenium library helps us to access all functionalities of Selenium WebDriver like Firefox, Chrome, Remote etc.

Installation First we have to install Selenium using below command: – pip install selenium

Stepwise Implementation: – First of all import the webdrivers from the selenium library. – Find the URL of the login page to which you want to logged in. – Provide the location executable chrome driver to selenium webdriver to access the chrome browser. – Finally, find the name or id or class or CSS selector of username and password by right-clicking inspect on username and password.

Change Log

0.0.1 (11/05/2022)

  • First Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fsbotlogin-0.0.1.tar.gz (2.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page