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.
Registers a handle for a specific user.
Uses a regular expression to extract the name-string from the provided X link.
Compares the registered handle with the extracted name-string from the link.
Returns 'OG Poster' if they match, otherwise 'Sniper'.
Last updated