├── README.md └── file.py /README.md: -------------------------------------------------------------------------------- 1 | # Assalamualikum 🖤 2 | * It's A Working File Cloning Free Tools By STLP TEAM 3 | 4 | # INSTALLATION ⬇️: 5 | ``` 6 | pkg update 7 | pkg upgrade 8 | pkg install git 9 | pkg install python 10 | pip install requests 11 | pip install bs4 12 | pip install rich 13 | rm -rf FILE 14 | git clone https://github.com/STLP-TEAM/FILE 15 | cd FILE 16 | python file.py 17 | ``` 18 | 19 | # Join Our Group ⬇️: 20 | https://facebook.com/groups/spamming.termux.learning.point/ 21 | -------------------------------------------------------------------------------- /file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/STLP-TEAM/FILE/688bcf714c8d743722b35e1723d7f0f4e2d683cb/file.py --------------------------------------------------------------------------------