judy2k / tinfoleak

Get detailed information about a Twitter user activity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinfoleak Vicente Aguilera Diaz @vaguileradiaz Internet Security Auditors

Get detailed information about the activity of a Twitter user.

tinfoleak is a simple Python script that allow to obtain:

basic information about a Twitter user (name, picture, location, followers, etc.)
devices and operating systems used by the Twitter user
applications and social networks used by the Twitter user
place and geolocation coordinates to generate a tracking map of locations visited
show user tweets in Google Earth!
hashtags used by the Twitter user and when are used (date and time)
user mentions by the the Twitter user and when are occurred (date and time)
topics used by the Twitter user

You can filter all the information by:

start date / time
end date / time
keywords

How to execute "tinfoleak":

=== Requirements You need to have installed Tweepy (Twitter API library for Python) in your system.

Download and installation intructions: https://github.com/tweepy/tweepy

=== Execution

The first time you runs this script, you need to assign the OAuth settings.

1. Edit "tinfoleak.py"
Use your favorite editor ;-)

2. Give value to these variables:
CONSUMER_KEY
CONSUMER_SECRET
ACCESS_TOKEN
ACCESS_TOKEN_SECRET

How to obtain these values:
https://dev.twitter.com/discussions/631

3. Save "tinfoleak.py"

4. Execute "tinfoleak.py"

About

Get detailed information about a Twitter user activity


Languages

Language:Python 100.0%