Awesome
#OSINT #GEOLOCATION #TWITTER #INSTAGRAM
##Social engineering tool for human hacking Another way to use Twitter and instagram. Geotweet is an osint application that allows you to track tweets and instagram and trace geographical locations and then export to google maps. Allows you to search on tags, world zones and user (info and timeline)
Requirements
- Python 2.7
- PyQt4, tweepy, geopy, ca_certs_locater, python-instagram
###--------------------------------------------------------------------------
Works on Linux, Windows, Mac OSX, BSD
###--------------------------------------------------------------------------
Generic Installation
git clone https://github.com/Pinperepette/Geotweet_GUI.git
cd Geotweet_GUI/geotweet_0.1_all/usr/share/geotweet
chmod +x Geotweet.py
sudo apt-get install python-pip
sudo pip install -r requirements.txt
python ./Geotweet.py
- - - - - - - - -
Debian/Ubuntu quick Installation
git clone https://github.com/Pinperepette/Geotweet_GUI.git
cd Geotweet_GUI
sudo dpkg -i *.deb
sudo apt-get -f install
- - - - - - - - -
Parrot Installation
sudo apt-get update
sudo apt-get install geotweet
- - - - - - - - -
DEB Build
cd Geotweet_GUI
sh build.sh -b geotweet_{version}_all