https://github.com/timwis/twilio-log-cleaner
Anonymizes twilio SMS logs for use as public sample data or test fixtures.
https://github.com/timwis/twilio-log-cleaner
Last synced: over 1 year ago
JSON representation
Anonymizes twilio SMS logs for use as public sample data or test fixtures.
- Host: GitHub
- URL: https://github.com/timwis/twilio-log-cleaner
- Owner: timwis
- Created: 2016-08-03T11:17:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-03T11:45:40.000Z (almost 10 years ago)
- Last Synced: 2025-01-25T07:11:24.407Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twilio Log Cleaner
Anonymizes twilio SMS logs for use as public sample data or test fixtures.
If you're building an application that uses twilio SMS logs, you may want
to include sample logs in your tests or source code. But you don't want to
give real phone numbers, or your `Account SID`, etc. This tool just replaces
all the potentially sensitive/identifying data with random data.
* `sid`
* `account_sid` and `accountSid`
* `to` and `from`
* `body`
* `account` and `message` and `pagetoken` in all the `uri` fields
## Usage
1. Install dependencies via `npm install`
2. Run using `node clean.js `