{"id":31773705,"url":"https://github.com/sai-sys-cmd/deepsint","last_synced_at":"2025-10-10T04:27:44.440Z","repository":{"id":314594745,"uuid":"1055928208","full_name":"Sai-sys-cmd/Deepsint","owner":"Sai-sys-cmd","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-13T22:51:09.000Z","size":383,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-14T00:24:51.412Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sai-sys-cmd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-13T04:04:11.000Z","updated_at":"2025-09-13T22:51:12.000Z","dependencies_parsed_at":"2025-09-14T00:24:53.466Z","dependency_job_id":"fe278549-5922-47fc-a1a8-edfdc6b4b762","html_url":"https://github.com/Sai-sys-cmd/Deepsint","commit_stats":null,"previous_names":["sai-sys-cmd/htn-2025","sai-sys-cmd/deepsint"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Sai-sys-cmd/Deepsint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sai-sys-cmd%2FDeepsint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sai-sys-cmd%2FDeepsint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sai-sys-cmd%2FDeepsint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sai-sys-cmd%2FDeepsint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sai-sys-cmd","download_url":"https://codeload.github.com/Sai-sys-cmd/Deepsint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sai-sys-cmd%2FDeepsint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002686,"owners_count":26083442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-10T04:27:42.536Z","updated_at":"2025-10-10T04:27:44.434Z","avatar_url":"https://github.com/Sai-sys-cmd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deepsint - OSINT Visualizer\n\nA Streamlit-based OSINT (Open Source Intelligence) tool that integrates with Blackbird for username and email investigations.\n\n## Features\n\n- **Web Interface**: Clean Streamlit interface for entering usernames or emails\n- **Blackbird Integration**: Automatically finds and executes Blackbird from your system PATH\n- **Cross-Platform**: Works on Linux, macOS, and Windows\n- **Real-time Results**: Displays Blackbird analysis results directly in the web interface\n\n## Prerequisites\n\n1. **Python 3.7+** with the following packages:\n   ```bash\n   pip install streamlit\n   ```\n\n2. **Blackbird**: Install Blackbird OSINT tool\n   ```bash\n   # Option 1: Install via pip\n   pip install blackbird-osint\n   \n   # Option 2: Install from source\n   git clone https://github.com/p1ngul1n0/blackbird\n   cd blackbird\n   pip install -r requirements.txt\n   ```\n\n## Installation\n\n1. Clone or download this repository\n2. Install dependencies:\n   ```bash\n   pip install streamlit\n   ```\n3. Ensure Blackbird is installed and available in your PATH\n\n## Usage\n\n1. **Start the application**:\n   ```bash\n   streamlit run main.py\n   ```\n\n2. **Open your browser** and navigate to the displayed URL (typically `http://localhost:8501`)\n\n3. **Enter a username or email** in the form and click \"Search\"\n\n4. **View results** in the expandable results section\n\n## Files\n\n- `main.py` - Main Streamlit application\n- `run_blackbird.sh` - Shell script for Linux/macOS to execute Blackbird\n- `run_blackbird.bat` - Batch script for Windows to execute Blackbird\n- `test_blackbird.py` - Test script to verify Blackbird integration\n\n## How It Works\n\n1. The Streamlit form collects username/email input\n2. When submitted, the application determines your operating system\n3. It executes the appropriate script (`run_blackbird.sh` or `run_blackbird.bat`)\n4. The script finds Blackbird in your PATH and executes it with the provided username\n5. Results are captured and displayed in the web interface\n\n## Troubleshooting\n\n- **\"Blackbird not found in PATH\"**: Ensure Blackbird is properly installed and available in your system PATH\n- **Script execution fails**: Check that the scripts have execute permissions (`chmod +x run_blackbird.sh` on Linux/macOS)\n- **Timeout errors**: Large investigations may take time; the timeout is set to 5 minutes\n\n## Testing\n\nRun the test script to verify your setup:\n```bash\npython test_blackbird.py","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsai-sys-cmd%2Fdeepsint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsai-sys-cmd%2Fdeepsint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsai-sys-cmd%2Fdeepsint/lists"}