Build a Python Web Application That Incorporates Twilio, Heroku, OpenAI, and Flask to Send SMS Messages to ChatGPT

What you will learn

Send text messages to ChatGPT

Learn about the Twilio SMS API

Learn about the OpenAI ChatGPT API

Deploy a Simple Python Web Application with Flask and Heroku

Text ChatGPT From Anywhere

Description

Updated for the new ChatGPT 3.5 Turbo API in 2023!

This course has been revamped to include the latest ChatGPT Turbo API on March 1st, 2023! The Turbo API is optimized for Chat and is far less expensive than its previous counterpart.

Are you interested in taking your Python skills to the next level?

Python is the future of software development. ChatGPT is the future of Artificial Intelligence. Combine both of these in this course and learn how to build a text message bot.

We will look at the latest version of the ChatGPT API and make it easy to text with it from anywhere. Don’t waste time logging on to a desktop computer, interact with ChatGPT on the go!


Get Instant Notification of New Courses on our Telegram channel.


Hear what Students From My Other Courses Have To Say

“Great course! I love Python and Crypto and this makes perfect combination! Please make more courses similar to this!”

“Great course for those interested in Python and/or Crypto”

Who is this for?

This course is for anyone who wants to take their skills to the next level. Python is a programming language that many believe to be the future of software development, and ChatGPT is revolutionizing AI and the internet as we know it.

English
language

Content

Environment Setup

Development Environment Setup
File Structure Setup
Requirements.txt
Procfile

Writing The Code

Initial Code
TwiML Setup
Phone Number Security
ChatGPT API

Heroku Account Setup

Install Heroku
Create Heroku Account and App

Twilio Account Setup

Twilio Account Setup

OpenAI Account and ChatGPT API Key

Create ChatGPT API Key

Deploying Our App to The Cloud

Push Code To The Cloud

Testing The Code

Testing The Application