twint icon indicating copy to clipboard operation
twint copied to clipboard

CARA ISNTALL TWINT DI TERMUX 1 . Instal Termux: Download file APK resmi dari github. Jangan dari playstore, krn yg di playstorw sudah tdk diurus 2. Update apt termux: apt update apt upgrade 3. Install Package Requirements: pkg install clang git wget curl make openssl vim 4. INSTALL TWINT: Step 1: Git git clone --depth=1 https://github.com/twintproject/twint.git cd twint pip3 install . -r requirements.txt (Khusus di termux, tahap ini tidak berhasil saat installing package pandas 1.4. padahal downloading pandas 1.4 sudah berhasil) Step 2 : pip pip3 install twint Step 3: Memperbaiki ImportError: cannot import name 'CeilTimeout' from 'aiohttp.helpers' : pip install --upgrade aiohttp && pip install --force-reinstall aiohttp-socks

Open ahjabpot opened this issue 2 years ago • 0 comments

ahjabpot avatar May 09 '22 09:05 ahjabpot