Skip to content

Frydafly/recover-message-history

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recover-message-history

Recovering message history!

How to install

Prerequisite: Nodejs

  1. Clone repo
  2. cd to recover-message-history in command line or terminal
  3. run npm install or yarn install
  4. Change the dates here to the date ranges of messages in twilio that you'd like to recover
  5. ACCOUNT_SID=xxxx AUTH_TOKEN=xxxx npm run go or ACCOUNT_SID=xxxx AUTH_TOKEN=xxxx yarn run go
    • ACCOUNT_SID is Twilio API_KEY, which should begin with AC
  6. Output is a csv

About

Recovering message history!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PLpgSQL 58.2%
  • TypeScript 41.8%