-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aded5ff
commit ecb8da5
Showing
1 changed file
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,29 @@ | ||
# -Python-Rumble-Bot- | ||
# 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. |