twint 安装及使用
分享这个post是自己方便查,还有中文网界对这个东西介绍太少。 更多的就看github项目twint吧。 Installation: git+pip3: git clone https://github.com/twintproject/twint.git pip3 install -r requirements.txt pip3 install twint or pip3+pipenv: pip3 install --user --upgrade -e git+https://github.com/twintproject/twint.git@origin/master#egg=twint pipenv install -e git+https://github.com/twintproject/twint.git#egg=twint You may meet module cannot found error when you try to run twint after installation. On ubuntu, add ~/.local/bin into your PATH by: export PATH=$PATH:~/.local/bin You may edit ~/.bashrc file to permanately add the ‘~/.local/bin’ into your PATH. Usage: Running the twint cmd with arguments can give you results. A few simple examples to help you understand the basics:
…