GithubHelp home page GithubHelp logo

helperivr's Introduction

Welcome to the Helper Bee IVR for Helpers

To start the application, you will need to clone the project as well as have Flask, Python, and Twilio. Additionally, you will need a twilio account. This project will work on the free account, but be aware that recording and transcribing does have a fee.

To download Python you can go here.

Here is a good resource for window users to download python.

You will also need to have pip installed.

For Flask, here is the installation page.

To run your webhooks locally, ngrok is a good tool. I recommend reading this before starting the program because it shows were the urls are placed in the twilio app.

Now to the project:

  • Clone the repo into your perferred text editor
  • You will want to setup a virtualenv to install Flask, dotenv, and twilio
    • Flask will be pip install Flask
    • Dotenv will be pip install -U python-dotenv
    • Twilio is pip install twilio
  • You will need a twilio phone number. Here is the page to show you how.
  • You will need a .env file that will hold:
TWILIO_ACCOUNT_SID="Account SID from twilio"
TWILIO_AUTH_TOKEN="Authentication token"
REPRESENTATIVE_NUMBER="Phone number here"
TWILIO_NUMBER="Number you get from twilio"
  • Now start your localhost machine (this is where ngrok is used). You need to enter the url for a call comes in at your active phone numbers.
  • After that is done, run the program: python __init.py__
  • Now call the number that you have as your TWILIO_NUMBER in your env and the program should run.

Additional resources:

helperivr's People

Contributors

lnleite avatar

Watchers

James Cloos avatar  avatar

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.