Created
August 9, 2022 17:38
-
-
Save vladimircicovic/94d832c9a7e34db0a5b676e2ef1aa867 to your computer and use it in GitHub Desktop.
twint installation and run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -ti --rm kalilinux/kali-rolling:latest bash | |
apt update && apt -y install git python3.9 python3-pip | |
pip3 install virtualenv | |
virtualenv --python=python3.9 py39 | |
cd py39 | |
source bin/activate | |
pip3 install --upgrade -e git+https://github.com/twintproject/twint.git@origin/master#egg=twint; | |
twint -u vladimircicovic --user-full |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment