Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.