Simple console application that allows one to download and process all calls in a given date range from Twilio.
Console will prompt for Start & End Date, sit back and watch it work.
Open your appsettings.json
file and change configuration values to ones matching your account.
The only real variables to change for live use are DefaultConnection
for your database (although you can use the local db just fine) and then your Credentials
should be your AccountID:APIkey
. Also, the TwilioApi
variable does have the Account SID
hard coded as well.
Happy hacking!