# Extractor Status

🔻 Post Extractor Status;&#x20;

The Factory recognises 2 types of extractor status for personnel;&#x20;

🔹OG extractor&#x20;

-connected X handle = submitted post's name-string&#x20;

🔹Sniper

-connected X handle ≠ submitted post's name-string

### SNIPER AND OG-POSTER DETERMINATION.

```
// registerHandle Function:
```

Registers a handle for a specific user.

```
// extractNameStringFromLink Function:
```

Uses a regular expression to extract the name-string from the provided X link.

```
// determineAccountType Function:
```

Compares the registered handle with the extracted name-string from the link.

<mark style="background-color:blue;">**Returns 'OG Poster' if they match, otherwise 'Sniper'.**</mark>
