/Visabot

a bot that run an automated web application

Primary LanguagePythonOtherNOASSERTION

Automation Bot

This project is an automation bot developed using Python. It performs tasks such as logging into websites, navigating through pages, filling forms, managing cookies, and extracting OTP codes. The bot leverages libraries such as Selenium, DrissionPage, and Helium.

Description

This automation bot is designed to:

  • Automate login processes for various websites.
  • Navigate through web pages and interact with web elements.
  • Fill in forms and manage sessions.
  • Handle cookies and perform actions based on extracted data.
  • Extract OTP codes from messages.
  • Provide a graphical user interface (GUI) for ease of use.

Prerequisites

Before running the bot, ensure you have the following installed:

  • Python 3.x
  • Selenium
  • DrissionPage
  • Helium
  • Other necessary Python libraries (see requirements.txt)