Extractor Status

🔻 Post Extractor Status;

The Factory recognises 2 types of extractor status for personnel;

🔹OG extractor

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

🔹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.

Returns 'OG Poster' if they match, otherwise 'Sniper'.

Last updated