├── .github └── FUNDING.yml ├── .gitignore ├── LICENSE ├── README.md ├── config.example.js ├── matrix-googlevoice-bot.js ├── package.json └── service.sh /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzg/matrix-googlevoice/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzg/matrix-googlevoice/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzg/matrix-googlevoice/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzg/matrix-googlevoice/HEAD/README.md -------------------------------------------------------------------------------- /config.example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzg/matrix-googlevoice/HEAD/config.example.js -------------------------------------------------------------------------------- /matrix-googlevoice-bot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzg/matrix-googlevoice/HEAD/matrix-googlevoice-bot.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzg/matrix-googlevoice/HEAD/package.json -------------------------------------------------------------------------------- /service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzg/matrix-googlevoice/HEAD/service.sh --------------------------------------------------------------------------------