[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]
multi_process = interloper.runner.multi_process:MultiProcessRunner
multi_thread = interloper.runner.multi_thread:MultiThreadRunner
serial = interloper.runner.serial:SerialRunner

