Skip to content

mathis2001/TwittosINT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

TwittosINT

A simple Twitter OSINT tool written in python

Install:

$ git clone https://github.com/mathis2001/TwittosINT

$ cd TwittosINT

$ python3 twittosint.py

Requirements:

  • Python3

  • Pip3

  • tweepy

$ pip3 install tweepy

Usage:

hashtags/profiler: ./twittosint.py [-h] -u username [-ht] [-p] [-m] [-f] [-l limit]
network comparison: ./twittosint.py [-h] -c username1/username2

options:

Options
  -------------------------------------------
	-u   target username
	-p   profile information
	-ht  hashtags used by the target
	-c   followers and following comparison
	-m   check for mentions (occurence)
	-f   print followers details
	-l   limit
  -------------------------------------------

  Config 
        
        First, you have to create an application on https://developer.twitter.com/.
        Then, copy your tokens and paste them in your environment variables as 'CONSUMER_KEY', 'CONSUMER_SECRET', 'ACCESS_TOKEN', 'ACCESS_TOKEN_SECRET'
        and 'BEARER_TOKEN'.

Configuration:

In order to use this tool, you have to create an app on https://developer.twitter.com/ to have access to your tokens and access keys. It is necessary to use the free twitter APIv2.

Steps:

  • create an app on your first log in developer.twitter.com.
  • Once you are in your dashboard, go to 'Projects & App' > YOUR_PROJECT.

image

  • Go to 'Keys and tokens'.

image

  • Finally, generate your access keys and tokens > add them to your environment variables.

Some screens

image

tempsnip

tempsnip

tempsnip

tempsnip

image

tempsnip

About

A simple Twitter OSINT tool written in python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages