defango

Twint

Dec 15th, 2019
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. iF running older than Ubuntu 19.04
  2. https://linuxize.com/post/how-to-install-python-3-7-on-ubuntu-18-04/
  3.  
  4. sudo apt update
  5. sudo apt install software-properties-common
  6. sudo add-apt-repository ppa:deadsnakes/ppa
  7. Press [ENTER] to continue or Ctrl-c to cancel adding it.
  8. sudo apt install python3.7
  9. python3.7 --version
  10.  
  11. First install git
  12.  
  13. apt-get install git
  14.  
  15. git clone https://github.com/twintproject/twint.git
  16. cd twint
  17. apt install python3-pip
  18.  
  19. pip3 install . -r requirements.txt
  20.  
  21.  
  22. Setup a Ubuntu Server/desktop using 19.04 since python 3.7 is preinstalled
  23.  
  24. Next get ready to download this shit.
  25. https://github.com/twintproject/twint/wiki/Storing-objects-in-an-Elasticsearch-instance
  26.  
  27. Running user tweet search
  28.  
  29. twint -u il1usiveman -o il1usiveman.txt
  30. twint -u il1usiveman -o il1usiveman.csv
  31. twint -u il1usiveman -o
  32.  
  33. twint -u PFC40Book -o PFC40Book.txt
  34.  
  35.  
  36. Storing objects in an Elasticsearch instance · twintproject/twint Wiki
  37. https://github.com/twintproject/twint/wiki/Storing-objects-in-an-Elasticsearch-instance
  38.  
  39. Configuring Elasticsearch | Elasticsearch Reference [7.5] | Elastic
  40. https://www.elastic.co/guide/en/elasticsearch/reference/7.5/settings.html
  41.  
  42. Install Kibana with Debian Package | Kibana Guide [7.5] | Elastic
  43. https://www.elastic.co/guide/en/kibana/7.5/deb.html#deb-repo
  44.  
  45. How to use Twint as an OSINT tool :: 0xNONEprivacy
  46. https://pielco11.ovh/posts/twint-osint/
Add Comment
Please, Sign In to add comment