Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghosty2004/discord-twilio
Call a number using Twilio API and intercept the voice in discord channel
https://github.com/ghosty2004/discord-twilio
Last synced: about 13 hours ago
JSON representation
Call a number using Twilio API and intercept the voice in discord channel
- Host: GitHub
- URL: https://github.com/ghosty2004/discord-twilio
- Owner: ghosty2004
- Created: 2023-08-10T20:22:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-12T21:04:16.000Z (almost 1 year ago)
- Last Synced: 2025-02-05T07:56:28.817Z (8 days ago)
- Language: TypeScript
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple twilio integration with Discord
### With this script you can call phone numbers directly from discord which allow to intercept the caller voice in a discord voice channel.
### Thanks for [Twilio](https://www.twilio.com/en-us) which helped me to make this possible.## Getting started
1. install node dependencies using `npm install`
2. create a copy of `.env.example` to `.env`
3. complete `.env` variables
4. replace the websocket stream url from `twiml.xml`
5. run `npm run start`