Skip to content

Commit

Permalink
Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
daveebbelaar committed Nov 30, 2023
1 parent f9e696c commit 3937f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Create an ngrok account and claim your free domain
3. Set up authentication token: `ngrok config add-authtoken <YOUR-TOKEN>`

#### Start your app
- Make you have a python installation or environment and install the requirements: `pip install -r requirements.txt`
- Run your Flask app locally by executing [run.py](https://github.com/daveebbelaar/python-whatsapp-bot/blob/main/run.py)

#### Launch ngrok
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
flask
OpenAI
python-dotenv
openai

0 comments on commit 3937f46

Please sign in to comment.