https://github.com/mathis2001/twittosint
A simple Twitter OSINT tool written in python
https://github.com/mathis2001/twittosint
osint recon twitter
Last synced: 11 months ago
JSON representation
A simple Twitter OSINT tool written in python
- Host: GitHub
- URL: https://github.com/mathis2001/twittosint
- Owner: mathis2001
- Created: 2022-06-10T13:05:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T09:02:13.000Z (over 3 years ago)
- Last Synced: 2025-04-05T03:41:24.149Z (about 1 year ago)
- Topics: osint, recon, twitter
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TwittosINT
A simple Twitter OSINT tool written in python
## Install:
```bash
$ git clone https://github.com/mathis2001/TwittosINT
$ cd TwittosINT
$ python3 twittosint.py
```
## Requirements:
- Python3
- Pip3
- tweepy
```bash
$ pip3 install tweepy
```
## Usage:
```bash
hashtags/profiler: ./twittosint.py [-h] -u username [-ht] [-p] [-m] [-f] [-l limit]
network comparison: ./twittosint.py [-h] -c username1/username2
```
## options:
```bash
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.

- Go to 'Keys and tokens'.

- Finally, generate your access keys and tokens > add them to your environment variables.
## Some screens






