Skip to content

franciscomvargas/DeUrlCruncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeUrlCruncher

Get google URL results from string query

take_a_peek-deurlcruncher.mp4

Instalation

Use DeSOTA official Manager & Tools

  1. Download Installer for your Platform

  2. Open Models Instalation tab

  3. Select the Available Tool franciscomvargas/deurlcruncher

  4. Press Start Instalation

Manual Windows Instalation

  • Go to CMD (command prompt):
    • ⊞ Win + R
    • Search: cmd
    • ↵ Enter
  1. Create Model Folder:
rmdir /S /Q %UserProfile%\Desota\Desota_Models\DeUrlCruncher
mkdir %UserProfile%\Desota\Desota_Models\DeUrlCruncher
  1. 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" 
  1. Uncompress Release:
tar -xzvf %UserProfile%\DeUrlCruncher_release.zip -C %UserProfile%\Desota\Desota_Models\DeUrlCruncher --strip-components 1 
  1. Delete Compressed Release:
del %UserProfile%\DeUrlCruncher_release.zip

Setup:

  1. 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

Manual Linux Instalation

  • Go to Terminal:
    • Ctrl + Alt + T
  1. Create Model Folder:
rm -rf ~/Desota/Desota_Models/DeUrlCruncher
mkdir -p ~/Desota/Desota_Models/DeUrlCruncher
  1. Download Last Release:
wget https://github.com/franciscomvargas/deurlcruncher/archive/refs/tags/v0.0.0.zip -O ~/DeUrlCruncher_release.zip
  1. Uncompress Release:
sudo apt install libarchive-tools -y && bsdtar -xzvf ~/DeUrlCruncher_release.zip -C ~/Desota/Desota_Models/DeUrlCruncher --strip-components=1
  1. Delete Compressed Release:
rm -rf ~/DeUrlCruncher_release.zip

Setup:

  1. 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

Operations

Open CLI (Command Line Interface) with DeSOTA - Manager Tools

  1. Open Models Dashboard tab

  2. Select the model franciscomvargas\deurlcruncher

  3. Press Take a Peek

    DeUrlCruncher_CLI

Manual Operations

Open CLI (Command Line Interface)

Windows

  • Go to CMD (command prompt):
    • ⊞ Win + R
    • Enter: cmd
%UserProfile%\Desota\Desota_Models\DeUrlCruncher\env\python %UserProfile%\Desota\Desota_Models\DeUrlCruncher\main.py

Linux

  • Go to Terminal:
    • Ctrl + Alt + T
~/Desota/Desota_Models/DeUrlCruncher/env/bin/python3 ~/Desota/Desota_Models/DeUrlCruncher/main.py

Direct comand request

DeUrlCruncher Arguments

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

Windows Example

  • 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

Linux Example

  • 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

Uninstalation

Use DeSOTA official Manager & Tools

  1. Open Models Dashboard tab

  2. Select the model franciscomvargas/deurlcruncher

  3. Press Uninstall

Manual Windows Uninstalation

  • 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

Manual Linux Uninstalation

  • 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