[console_scripts]
interloper = interloper.cli.main:main

[interloper.oauth_providers]
amazon = interloper.oauth.builtin:AMAZON
criteo = interloper.oauth.builtin:CRITEO
facebook = interloper.oauth.builtin:FACEBOOK
google = interloper.oauth.builtin:GOOGLE
linkedin = interloper.oauth.builtin:LINKEDIN
microsoft = interloper.oauth.builtin:MICROSOFT
pinterest = interloper.oauth.builtin:PINTEREST
snapchat = interloper.oauth.builtin:SNAPCHAT
tiktok = interloper.oauth.builtin:TIKTOK

[interloper.runners]
async = interloper.runner.async_runner:AsyncRunner
multi_process = interloper.runner.multi_process:MultiProcessRunner
serial = interloper.runner.serial:SerialRunner

