Skip to content

AuthySE/bulkLookups-V1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[DEPRECATED] Bulk Lookups for Twilio Lookup

This repository is deprecated. Please refer to https://github.com/AuthySE/BulkLookupV2 for the current repository powered by Lookup V2.

  1. Add TWILIO SID and AUTH TOKEN to demo.env
  2. Do you want to do carrier or caller-name Lookups?
    1. Put in the appropriate value.
  3. Execute npm install
  4. source demo.env
  5. Put source phone numbers into a csv file. 1 column of numbers. (e.g. 12024561111)
  6. Execute node bulkLookup.js input.csv

Output

Found information: output-[type].csv

Error information (invalid numbers): error-[type].csv

Resources

The error output will include the error response for each particular number. You can find a list of all Twilio error codes, here;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.4%
  • Shell 3.6%