Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loganintech/phonecallscript
Source code for this youtube video: https://www.youtube.com/watch?v=EzedMdx6QG4
https://github.com/loganintech/phonecallscript
Last synced: 10 days ago
JSON representation
Source code for this youtube video: https://www.youtube.com/watch?v=EzedMdx6QG4
- Host: GitHub
- URL: https://github.com/loganintech/phonecallscript
- Owner: loganintech
- License: mit
- Created: 2017-06-24T09:09:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-28T10:13:12.000Z (over 7 years ago)
- Last Synced: 2024-10-18T06:52:18.235Z (20 days ago)
- Language: C#
- Size: 15.6 KB
- Stars: 76
- Watchers: 9
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## I will not be held responsible for usage of this program.
## [Tutorial](https://youtu.be/CYocJJpoH1c)
### Required Program
* .NET Core for [Mac](https://www.microsoft.com/net/core#macos), [Windows](https://www.microsoft.com/net/core#windowscmd), or [Linux](ttps://www.microsoft.com/net/core#linuxredhat)
### Optional
* [Git CLI](https://git-scm.com/downloads)
### Run
Fill out empty info in the .cs file.
Run:
```
dotnet restore
dotnet run
```
Hold escape to clean exit after a batch of calls.Note: `dotnet restore` is what downloads the libraries and only needs to be run once when you first download the repo. `dotnet run` is the actually command that starts the program.
### Pricing
Please be aware this API is not free: https://www.twilio.com/voice/pricing
## Info
I decided to slap this on here because I saw [this youtube video](https://www.youtube.com/watch?v=EzedMdx6QG4) but saw no published code. As far as I can tell, this is basically it. I slightly modified it to work with my environment / sense of humor. I also added a few comments along the way. I consider this a C# learning project for me. Please use responsibly.