Skip to content

Get detailed information about a Twitter user activity

Notifications You must be signed in to change notification settings

krmaxwell/tinfoleak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages