Requirements :


Kali Linux

Internet


CREDITS :

NetworkChuck





COMMANDS




Install Twint
  
apt install python3

apt install git

apt install python3-pip

Twint
  
       
git clone --depth=1 https://github.com/twintproject/twint.git

cd twint

pip3 install . -r requirements.txt

Twint CLI

See all tweets for Networkchuck
  
twint -u networkchuck

Get help
 
twint -h

See the last 20 NetworkChuck tweets
 
twint -u networkchuck --limit 20

Search for "Raspberry Pi" in NetworkChuck's tweets
  
twint -u networkchuck -s "raspberry pi" --limit 20

Search for "Right Now" in NetworkChuck's tweets and output to a file
 
twint -u networkchuck -s "right now" --o rightnow.json --json

See David Bombal's most popular tweets
 
twint -u davidbombal --min-likes 100

See David Bombal's tweets for today
  
twint -u davidbombal --since 2021-04-28

See David Bombal's tweets in 2016
 
twint -u davidbombal --year 2016

See David Bombal's tweets with images in 2016
  
twint -u davidbombal --year 2016 --images

See all tweets with "coffee" near Dallas, today, with at least 15 likes

twint -s coffee --near dallas --since 2021-04-28 --min-likes 15

See all tweets with "raspberry pi" near Paris, today.

twint -s "raspberry pi" --near Paris --since 2021-04-28

See all tweets with "raspberry pi", today, near cooridinates
 
twint -s "raspberry pi" --since 2021-04-28 -g="cooridinates,radius"