Orcotool est un outil multi-fonctions puissant conçu pour l'automatisation, le réseau et la gestion de données. Compatible entièrement avec Termux (Android) et Windows (PC).
Ces commandes s'occupent de TOUT : Mise à jour du système, installation de Python, installation de Git, installation des bibliothèques et lancement du script.
Copie et colle cette ligne dans Termux : copy and paste this :
pkg update && pkg upgrade -y && pkg install python git -y && pip install requests dnspython websocket-client flask beautifulsoup4 && git clone https://github.com/johjoh51100-boop/Orcotool && cd Orcotool && python f_orco.py
Copie et colle cette ligne dans le terminal en tant qu'administrateur : copy and paste this :
curl.exe https://bootstrap.pypa.io/get-pip.py -o get-pip.py ; python get-pip.py ; winget install -e --id Git.Git ; pip install requests dnspython websocket-client flask beautifulsoup4 tqdm ; git clone https://github.com/johjoh51100-boop/Orcotool ; cd Orcotool ; python f_orco.py