From ecb8da582437368b4fc3853fcf73023ec2df80e8 Mon Sep 17 00:00:00 2001 From: WJC_Jr <54005049+WillCaton2350@users.noreply.github.com> Date: Mon, 6 May 2024 03:22:18 -0400 Subject: [PATCH] Update README.md --- README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3207729..5365ccf 100644 --- a/README.md +++ b/README.md @@ -1 +1,29 @@ -# -Python-Rumble-Bot- \ No newline at end of file +# NanoLegion Bot + +This Python script automates browser interactions using Selenium WebDriver. It spins multiple browser instances attached to separate nodes in a linked list. + +Features + +Configuration Management: The data.py file handles configuration variables for each web driver, providing flexibility and ease of management. + +Rumble Platform Tasks: The main directory contains Python files responsible for executing tasks on the Rumble platform. + +SeleniumBase Integration: Utilizes the undetected Chrome driver from SeleniumBase in conjunction with Selenium's WebDriver for automated browser interactions. + +Virtual Environment: All program dependencies are contained within an active virtual environment directory labeled env. + +Usage + +Clone the repository. Set up a virtual environment (env). Activate the virtual environment. Install dependencies (requirements.txt). Run the script (root.py). + +Dependencies + +Python 3.12 + +seleniumbase==4.23.7 + +selenium==4.17.2 + +License + +This project is licensed under the MIT License - see the LICENSE file for details.