xbphat / PhoneCallScript

Source code for this youtube video: https://www.youtube.com/watch?v=EzedMdx6QG4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I will not be held responsible for usage of this program.

Required Program

Optional

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 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.

About

Source code for this youtube video: https://www.youtube.com/watch?v=EzedMdx6QG4

License:MIT License


Languages

Language:C# 100.0%