socialbots-interceptor
An ExpressJS middleware to intercept requests from social media service crawlers (like Twitter, Facebook) and allow defining a custom handler.
Usage
const Interceptor = ;// ...app;
Options
shouldProceed
(boolean, defaultfalse
) makes the interceptor non-blockingshouldWait
(boolean, defaultfalse
) waits on a promise from the given callback to proceed
Note Enabling either of them is not recommended. Your handler should completely handle and respond to the request, then quit.
Supports
Currently supports:
- Twitter (
Twitterbot
) - Facebook (
facebookexternalhit
)