Get google URL results from string query
take_a_peek-deurlcruncher.mp4
Use DeSOTA official Manager & Tools
-
Open
Models Instalation
tab -
Select the Available Tool
franciscomvargas/deurlcruncher
-
Press
Start Instalation
- Go to CMD (command prompt):
- ⊞ Win + R
- Search:
cmd
- ↵ Enter
- Create Model Folder:
rmdir /S /Q %UserProfile%\Desota\Desota_Models\DeUrlCruncher
mkdir %UserProfile%\Desota\Desota_Models\DeUrlCruncher
- Download Last Release:
powershell -command "Invoke-WebRequest -Uri https://github.com/franciscomvargas/deurlcruncher/archive/refs/tags/v0.0.0.zip -OutFile %UserProfile%\DeUrlCruncher_release.zip"
- Uncompress Release:
tar -xzvf %UserProfile%\DeUrlCruncher_release.zip -C %UserProfile%\Desota\Desota_Models\DeUrlCruncher --strip-components 1
- Delete Compressed Release:
del %UserProfile%\DeUrlCruncher_release.zip
- Setup:
%UserProfile%\Desota\Desota_Models\DeUrlCruncher\executables\Windows\deurlcruncher.setup.bat
- Optional Arguments:
arg Description Example /debug Setup with debug Echo ON %UserProfile%\Desota\Desota_Models\DeUrlCruncher\executables\Windows\deurlcruncher.setup.bat /debug
/manualstart Don't start at end of setup %UserProfile%\Desota\Desota_Models\DeUrlCruncher\executables\Windows\deurlcruncher.setup.bat /startmodel
- Go to Terminal:
- Ctrl + Alt + T
- Create Model Folder:
rm -rf ~/Desota/Desota_Models/DeUrlCruncher
mkdir -p ~/Desota/Desota_Models/DeUrlCruncher
- Download Last Release:
wget https://github.com/franciscomvargas/deurlcruncher/archive/refs/tags/v0.0.0.zip -O ~/DeUrlCruncher_release.zip
- Uncompress Release:
sudo apt install libarchive-tools -y && bsdtar -xzvf ~/DeUrlCruncher_release.zip -C ~/Desota/Desota_Models/DeUrlCruncher --strip-components=1
- Delete Compressed Release:
rm -rf ~/DeUrlCruncher_release.zip
- Setup:
sudo bash ~/Desota/Desota_Models/DeUrlCruncher/executables/Linux/deurlcruncher.setup.bash
- Optional Arguments:
arg Description Example -d Setup with debug Echo ON sudo bash ~/Desota/Desota_Models/DeUrlCruncher/executables/Linux/deurlcruncher.setup.bash -d
-m Don't start service at end of setup sudo bash ~/Desota/Desota_Models/DeUrlCruncher/executables/Linux/deurlcruncher.setup.bash -s
-
Open
Models Dashboard
tab -
Select the model
franciscomvargas\deurlcruncher
-
Press
Take a Peek
- Go to CMD (command prompt):
- ⊞ Win + R
- Enter:
cmd
%UserProfile%\Desota\Desota_Models\DeUrlCruncher\env\python %UserProfile%\Desota\Desota_Models\DeUrlCruncher\main.py
- Go to Terminal:
- Ctrl + Alt + T
~/Desota/Desota_Models/DeUrlCruncher/env/bin/python3 ~/Desota/Desota_Models/DeUrlCruncher/main.py
short arg | full arg | Description |
---|---|---|
-q |
--query |
Search query, empty to enter in cli mode |
-rn |
--resnum |
Quantity of URL results |
default: 10 |
||
-rp |
--respath |
Output json file path |
default: %UserProfile% \Desota\Desota_Models\DeUrlCruncher\deurlcruncher_res[current_epoch] .json |
- Go to CMD (command prompt):
- ⊞ Win + R
- Enter:
cmd
%UserProfile%\Desota\Desota_Models\DeUrlCruncher\env\python %UserProfile%\Desota\Desota_Models\DeUrlCruncher\main.py --query "turn coffee into code" --resnum 25 --respath %UserProfile%\desktop\duc_tmp_res.json && notepad %UserProfile%\desktop\duc_tmp_res.json
- Go to Terminal:
- Ctrl + Alt + T
~/Desota/Desota_Models/DeUrlCruncher/env/bin/python3 ~/Desota/Desota_Models/DeUrlCruncher/main.py --query "turn coffee into code" --resnum 25 --respath ~/duc_tmp_res.json && open ~/duc_tmp_res.json
Use DeSOTA official Manager & Tools
-
Open
Models Dashboard
tab -
Select the model
franciscomvargas/deurlcruncher
-
Press
Uninstall
- Go to CMD as Administrator (command prompt):
- ⊞ Win + R
- Enter:
cmd
- Ctrl + ⇧ Shift + ↵ Enter
%UserProfile%\Desota\Desota_Models\DeUrlCruncher\executables\Windows\deurlcruncher.uninstall.bat
-
Optional
Arguments
arg Description Example /Q Uninstall without requiring user interaction %UserProfile%\Desota\Desota_Models\DeUrlCruncher\executables\Windows\deurlcruncher.uninstall.bat /Q
- Go to Terminal:
- Ctrl + Alt + T
sudo bash ~/Desota/Desota_Models/DeUrlCruncher/executables/Linux/deurlcruncher.uninstall.bash
-
Optional
Arguments
arg Description Example -q Uninstall without requiring user interaction sudo bash ~/Desota/Desota_Models/DeUrlCruncher/executables/Linux/deurlcruncher.uninstall.bash -q