Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- iF running older than Ubuntu 19.04
- https://linuxize.com/post/how-to-install-python-3-7-on-ubuntu-18-04/
- sudo apt update
- sudo apt install software-properties-common
- sudo add-apt-repository ppa:deadsnakes/ppa
- Press [ENTER] to continue or Ctrl-c to cancel adding it.
- sudo apt install python3.7
- python3.7 --version
- First install git
- apt-get install git
- git clone https://github.com/twintproject/twint.git
- cd twint
- apt install python3-pip
- pip3 install . -r requirements.txt
- Setup a Ubuntu Server/desktop using 19.04 since python 3.7 is preinstalled
- Next get ready to download this shit.
- https://github.com/twintproject/twint/wiki/Storing-objects-in-an-Elasticsearch-instance
- Running user tweet search
- twint -u il1usiveman -o il1usiveman.txt
- twint -u il1usiveman -o il1usiveman.csv
- twint -u il1usiveman -o
- twint -u PFC40Book -o PFC40Book.txt
- Storing objects in an Elasticsearch instance · twintproject/twint Wiki
- https://github.com/twintproject/twint/wiki/Storing-objects-in-an-Elasticsearch-instance
- Configuring Elasticsearch | Elasticsearch Reference [7.5] | Elastic
- https://www.elastic.co/guide/en/elasticsearch/reference/7.5/settings.html
- Install Kibana with Debian Package | Kibana Guide [7.5] | Elastic
- https://www.elastic.co/guide/en/kibana/7.5/deb.html#deb-repo
- How to use Twint as an OSINT tool :: 0xNONEprivacy
- https://pielco11.ovh/posts/twint-osint/
Add Comment
Please, Sign In to add comment