Giter VIP home page Giter VIP logo

click2call's Introduction

Click 2 Call

This is an example of a Click To Call application built in Python using the Nexmo Voice API. You could embed the web form on your company's website and configure the application with your sales phone number.

When customers want to talk to you they enter their name and number into the form and Nexmo will setup a call between you and the customer. First your number is called and the call is announced with the customers name, then the customers number is called and you are connected.

You can test out your own copy of this right now on heroku by clicking this button:

Deploy

This will launch the Heroku installer console. You will be asked to enter a name for your app (we need this twice) - something like "CallFred" is good. It will also ask you to enter the number where you want callers to be connected to. Enter your number in international format without the + eg 447790900123 It will also ask you for your Nexmo API Key and Secret and finally it will ask you to enter a country where you would like to purchase a nexmo number, For this demo the number is only used for the Caller ID.

Running Locally

If you wish to run the application locally you can download this repo, edit the EXAMPLE.env file to contain your details and rename to .env then add your nexmo appliaciton private key to a file called private.key. Install the requirements using pip -r requirements.txt and launch the app by running python app.py The app will launch by default on port 5000

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.