The OSINT (Open Source Intelligence) Search Tool is a web application for gathering public information from various platforms, including Twitter, Facebook, Google, and Instagram. The tool allows users to search for profiles and retrieve relevant data in an organized manner.
## Features
- Search for usernames across multiple platforms.
- Display user details such as bio, followers, location, and recent posts.
- Concurrent search functionality for faster results.
- Lightweight and easy to set up.
## Technologies Used
- **Python**: Backend development.
- **Flask**: Web framework.
- **BeautifulSoup**: HTML parsing and scraping.
- **Jinja2**: Templating engine.
- **HTML/CSS**: Frontend design.
- **Requests**: API requests to fetch data.
## Prerequisites
- Python 3.11 or later.
- A virtual environment (optional but recommended).