This is a Python Flask application for an IVR (Interactive Voice Response) phone menu system. It uses the Tiniyo API for voice responses and menu navigation.
- Multilingual support for menu options.
- Call forwarding to Tiniyo executives.
- Specialized options for services like Hello Tunes and Balance Inquiry.
- Easy customization of menu options.
Before running this application, ensure you have the following set up:
- Python 3.x
- Flask
- Tiniyo Account with API credentials
- Internet connectivity
- Clone this repository to your local machine.
- Update the
config.py
file with your Tiniyo API credentials. - Install the required Python packages using
pip install -r requirements.txt
. - Run the application with
python app.py
.
- Access the IVR menu by making a GET or POST request to
/ivr/tiniyo
. - Follow the menu options by pressing digits on your phone.
This project is licensed under the MIT License.
- Rajat Kumar Goyal