Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs change #109

Merged
merged 2 commits into from
Nov 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/.gitbook/assets/blackbird_prinscreen_ai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
* [▶️ Getting Started](getting-started.md)
* [🔍 Basic Usage](basic-usage.md)
* [🕵️ Advanced Usage](advanced-usage.md)
* [✨ AI](ai.md)
* [👷‍♀️ Use Cases](use-cases.md)
2 changes: 1 addition & 1 deletion docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ python blackbird.py --filter "[email protected] or m_code<=404" --username cra

### Enhanced Instagram Account Metadata Extraction

The tool is able to extract additional, valuable metadata from Instagram profiles, such as **obfuscated email and phone number information**. This richer data set provides deeper insights and is particularly useful for analytical and investigative purposes. To take advantage of the enhanced Instagram account metadata extraction functionality, you need to set the `INSTAGRAM_SESSION_ID` in your `.env` file.
The tool is able to extract additional, such as **obfuscated email and phone number information**. To take advantage of the enhanced Instagram account metadata extraction functionality, you need to set the `INSTAGRAM_SESSION_ID` in your `.env` file.

<details>

Expand Down
24 changes: 24 additions & 0 deletions docs/ai.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# ✨ AI

<figure><img src=".gitbook/assets/blackbird_prinscreen_ai.png" alt=""><figcaption></figcaption></figure>

Blackbird uses AI-powered NER models to improve metadata extraction, identifying key entities for faster and more accurate insights.

## Setup

#### Install Blackbird NER Model

```bash
pip install en-blackbird-osint-ner
```

## Usage

To utilize the AI-powered model, use the `--ai` parameter when executing the tool.

```bash
python blackbird.py --username p1ngul1n0 --ai
```

Blackbird will automatically extract relevant metadata using AI. Results will be marked with a robot emoji (🤖) next to it for easy identification.

Loading