This repository contains the bigip
tool, which provides automated functionality for BigIP authentication.
Create and activate virtual env
git clone https://github.com/tripathysagar/bigip_auto.git
cd bigip_auto
pip install .
Run: bigip
include -a T or --admin True
if the
comes up in your device
- System Preferences > Security & Privacy > Privacy > Accessibility
- Unlock, then check box for app running the script (e.g., Terminal)
- Restart the application
Password Handling: The program is designed to securely handle your password. Instead of typing out your password multiple times, you only need to enter it once. The program will then automatically input the password when required during operations. Do Not During Operation:
Once the program starts running, do not move the mouse or type anything. The program uses pyautogui to take screenshots and determine the locations for performing operations. Any interference could disrupt the automated process and lead to errors.
Screen Interaction: This tool interacts directly with your screen to perform operations. Ensure that the relevant windows are visible and not obstructed.
For issues or questions, open an issue🫡.