Find email address source somewhere on the web.
Usage
tomba sources --target "<email>"
Example
tomba sources --target "ab@tomba.io"
Demo

HTTP call
curl --request POST \
--url 'http://127.0.0.1:3001/sources' \
--header 'Content-Type: multipart/form-data' \
--form email=ab@tomba.io
curl --request POST \
--url 'http://127.0.0.1:3001/sources' \
--header 'Content-Type: application/json' \
--data '{
"email": "ab@tomba.io"
}'
Last modified on