Skip to content

dotmat/TwilioCountryMonthlyReport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

TwilioCountryMonthlyReport

This script gets generates three outputs; one CSV file showing containing the log of calls made in the date period. the CSV headers are: CallSID, CountryCode, NumberCalled, CallPrice, CallDuration

You can import this into excel and use pivot tables to do some analysis.

The second CSV file is an analysis file, it uses the log file to perform some basic analysis and outputs: Country, MinutesUsed, TotalPrice, NumberOfCalls

The terminal also outputs a JSON feed of the data so that you can use this in any server scripts you have running.

You will need to install / update the Twilio Python Library, to do this, please run command:

pip install twilio

Blog Post at: http://www.mathewjenkinson.com/twilio-country-monthly-report/

About

Generates a customer report that includes; countries called, number of minutes and total price for that country. You can filter this based on a date range.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages