This repository is deprecated. Please refer to https://github.com/AuthySE/BulkLookupV2 for the current repository powered by Lookup V2.
- Add TWILIO SID and AUTH TOKEN to demo.env
- Do you want to do
carrier
orcaller-name
Lookups?- Put in the appropriate value.
- Execute npm install
source demo.env
- Put source phone numbers into a csv file. 1 column of numbers. (e.g. 12024561111)
- Execute
node bulkLookup.js input.csv
Found information: output-[type].csv
Error information (invalid numbers): error-[type].csv
The error output will include the error response for each particular number. You can find a list of all Twilio error codes, here;