EagleEye install in termux

What is EagleEye?


In simple words you have at least one Image of the Person you are looking for and a clue about its name. You feed this program with it and it tries to find Instagram, Youtube, Facebook, Twitter Profiles of this Person.

How to inatall in Termux?

Open the termux app and type following commands :

$ apt install git
$ apt install python3
$ git clone https://github.com/ThoughtfulDev/EagleEye.git

Navigate into the EagleEye directory

cd EagleEye

Run the script

$ python3 eagle-eye.py

We can use EagleEye tool in Android phone.

Comments

  1. It didn't work properly. When I want to enter the last step: python3 eagle-eye.py it will not work

    ReplyDelete

Post a Comment