Make sure you have Python 3.12 installed. It might run with lower versions, but 3.12 is what the script was written on.
Once you are in the directory, you can run the command pip install -r requirements.txt
to install the requirements.
To run the program:
python ctrlFind.py --keyword Whatever You Want To Search For
you might have to run
python3 ctrlFind.py --keyword Whatever You Want To Search For
if that's how your system is set up.
Currently the search is default based on substring-ing on various names of all the chunks found from the html page.
If a command like the following is passed then it will only search for the keyword in the beginning of the name:
python3 ctrlFind.py --keyword Whatever You Want To Search For --searchType beginning
Note: A chunk here is everything found from appearance of a Unique ID
til the next appearance of the same tag
-
Notifications
You must be signed in to change notification settings - Fork 0
iammoon05/ctrlFindSnactioned
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published