twintproject / twint

An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations.
MIT License
15.74k stars 2.72k forks source link

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 #1413

Open ahjabpot opened 2 years ago