Osintgit is an OSINT investigation tool designed to find email of GitHub users for contact purposes 🕊
It is built using Python and hosted on Streamlit 🛶
To use, visit: https://osintgit.streamlit.app
preview.mp4
💌 Extract and display email addresses associated with GitHub accounts (if available)
🙈 Search for GitHub user profiles
✨ Simple and intuitive web interface using Streamlit
Note
Now you can use it without downloading anything—completely from your browser, with no tedious setup required.
Warning
For those who want to download it, follow the steps below.
- Python 3.7 or higher
- pip (Python package installer)
-
Clone the repository:
git clone https://github.com/ByteJoseph/osintgit.git
-
Navigate to the project directory:
cd osintgit
-
Install the required packages:
pip install -r requirements.txt
-
Set the GitHub Personal Access Token:
Before starting the Streamlit app, you need to set the GitHub Personal Access Token as an environment variable. Replace
"your_github_personal_access_token"
with your actual token.For Linux/MacOS:
export ghtoken="your_github_personal_access_token"
For Windows (Command Prompt):
set ghtoken=your_github_personal_access_token
-
Run the Streamlit app:
streamlit run app.py
This will start a local server and open the app in your default web browser.