Skip to content

Commit

Permalink
generateReadme: Refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentLvr committed Oct 18, 2022
1 parent ae3e743 commit 4633592
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 61 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,7 @@ We are committed to sharing templates and giving shout outs to the contributors
* [Get board data](https://github.com/jupyter-naas/awesome-notebooks/tree/master/Trello/Trello_Get_board_data.ipynb)

## Twilio
* [Make Call](https://github.com/jupyter-naas/awesome-notebooks/tree/master/Twilio/Twilio_Make_Call.ipynb)
* [Send SMS](https://github.com/jupyter-naas/awesome-notebooks/tree/master/Twilio/Twilio_Send_SMS.ipynb)

## Twitter
Expand Down
74 changes: 58 additions & 16 deletions Twilio/Twilio_Make_Call.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
{
"cell_type": "markdown",
"id": "62d585e6",
"metadata": {},
"metadata": {
"papermill": {},
"tags": []
},
"source": [
"<img width=\"10%\" alt=\"Naas\" src=\"https://landen.imgix.net/jtci2pxwjczr/assets/5ice39g4.png?w=160\"/>"
]
Expand All @@ -12,53 +15,67 @@
"cell_type": "markdown",
"id": "f9a0a919-3d6e-46cb-a25a-0913bddaff5e",
"metadata": {
"papermill": {},
"tags": [
"twilio"
]
},
"source": [
"# Twilio - Make a Call\n",
"<a href=\"https://app.naas.ai/user-redirect/naas/downloader?url=https://raw.githubusercontent.com/jupyter-naas/awesome-notebooks/master/Twilio/Twilio_Make_call.ipynb\" target=\"_parent\"><img src=\"https://naasai-public.s3.eu-west-3.amazonaws.com/open_in_naas.svg\"/></a>\n",
"\n",
"## Input"
"# Twilio - Make Call\n",
"<a href=\"https://app.naas.ai/user-redirect/naas/downloader?url=https://raw.githubusercontent.com/jupyter-naas/awesome-notebooks/master/Twilio/Twilio_Make_Call.ipynb\" target=\"_parent\"><img src=\"https://naasai-public.s3.eu-west-3.amazonaws.com/open_in_naas.svg\"/></a>"
]
},
{
"cell_type": "markdown",
"id": "68990820",
"metadata": {},
"metadata": {
"papermill": {},
"tags": []
},
"source": [
"**Tags:** #twilio #project #call #mobile"
]
},
{
"cell_type": "markdown",
"id": "f880afb8",
"metadata": {},
"metadata": {
"papermill": {},
"tags": []
},
"source": [
"**Author:** [Sriniketh Jayasendil](https://www.linkedin.com/in/sriniketh-jayasendil/)"
]
},
{
"cell_type": "markdown",
"id": "f3770654-5d5b-4a4b-905b-60b049897fd3",
"metadata": {},
"metadata": {
"papermill": {},
"tags": []
},
"source": [
"**Description:** This notebook allows us to make a phone call to a verified twilio number. It also has different parameters to customize the output of the voice call."
]
},
{
"cell_type": "markdown",
"id": "a00162bf",
"metadata": {},
"metadata": {
"papermill": {},
"tags": []
},
"source": [
"## Input"
]
},
{
"cell_type": "markdown",
"id": "d0795dbe-152b-440e-86c5-a1050fbe30d2",
"metadata": {},
"metadata": {
"papermill": {},
"tags": []
},
"source": [
"## Import libraries"
]
Expand All @@ -68,6 +85,7 @@
"execution_count": null,
"id": "cd82d02f-1a10-4210-af05-8d8d7d76f71d",
"metadata": {
"papermill": {},
"tags": []
},
"outputs": [],
Expand All @@ -85,7 +103,10 @@
{
"cell_type": "markdown",
"id": "22950f29",
"metadata": {},
"metadata": {
"papermill": {},
"tags": []
},
"source": [
"### Setup Twilio"
]
Expand All @@ -95,6 +116,7 @@
"execution_count": null,
"id": "44fa3425-8674-4560-9c1b-32b5c7fb65f8",
"metadata": {
"papermill": {},
"tags": []
},
"outputs": [],
Expand All @@ -108,15 +130,21 @@
{
"cell_type": "markdown",
"id": "431fd000-d7f8-4ab8-a9b8-33126ef9965c",
"metadata": {},
"metadata": {
"papermill": {},
"tags": []
},
"source": [
"## Model\n"
]
},
{
"cell_type": "markdown",
"id": "481e692e-d7f8-48cb-8f6c-63c48103e0a3",
"metadata": {},
"metadata": {
"papermill": {},
"tags": []
},
"source": [
"### Connect to Twilio"
]
Expand All @@ -126,6 +154,7 @@
"execution_count": null,
"id": "7c53974b-a461-427a-bc45-34fc5ffb6812",
"metadata": {
"papermill": {},
"tags": []
},
"outputs": [],
Expand All @@ -136,15 +165,21 @@
{
"cell_type": "markdown",
"id": "c67911de-6906-4411-b8e9-a3b8cdb041a9",
"metadata": {},
"metadata": {
"papermill": {},
"tags": []
},
"source": [
"## Output\n"
]
},
{
"cell_type": "markdown",
"id": "32d9455f-aff2-4516-9db2-6cff6c780e22",
"metadata": {},
"metadata": {
"papermill": {},
"tags": []
},
"source": [
"### Make call"
]
Expand All @@ -154,6 +189,7 @@
"execution_count": null,
"id": "8f41b897-4d9e-4f37-bd08-2a8ba1b7e22f",
"metadata": {
"papermill": {},
"tags": []
},
"outputs": [],
Expand Down Expand Up @@ -186,8 +222,14 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.6"
},
"papermill": {
"default_parameters": {},
"environment_variables": {},
"parameters": {},
"version": "2.4.0"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
}
88 changes: 44 additions & 44 deletions generate_readme.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"id": "sitting-directory",
"metadata": {
"execution": {
"iopub.execute_input": "2022-10-17T08:29:37.132878Z",
"iopub.status.busy": "2022-10-17T08:29:37.132619Z",
"iopub.status.idle": "2022-10-17T08:29:40.206510Z",
"shell.execute_reply": "2022-10-17T08:29:40.205636Z"
"iopub.execute_input": "2022-10-18T07:42:58.083965Z",
"iopub.status.busy": "2022-10-18T07:42:58.083706Z",
"iopub.status.idle": "2022-10-18T07:43:01.328353Z",
"shell.execute_reply": "2022-10-18T07:43:01.327447Z"
},
"tags": []
},
Expand Down Expand Up @@ -85,10 +85,10 @@
"id": "guided-edgar",
"metadata": {
"execution": {
"iopub.execute_input": "2022-10-17T08:29:40.211328Z",
"iopub.status.busy": "2022-10-17T08:29:40.210711Z",
"iopub.status.idle": "2022-10-17T08:29:40.216314Z",
"shell.execute_reply": "2022-10-17T08:29:40.215756Z"
"iopub.execute_input": "2022-10-18T07:43:01.332772Z",
"iopub.status.busy": "2022-10-18T07:43:01.332249Z",
"iopub.status.idle": "2022-10-18T07:43:01.337674Z",
"shell.execute_reply": "2022-10-18T07:43:01.337098Z"
},
"tags": []
},
Expand Down Expand Up @@ -125,10 +125,10 @@
"id": "36c9011e-5f51-4779-8062-a627503100e1",
"metadata": {
"execution": {
"iopub.execute_input": "2022-10-17T08:29:40.219160Z",
"iopub.status.busy": "2022-10-17T08:29:40.218950Z",
"iopub.status.idle": "2022-10-17T08:29:40.376750Z",
"shell.execute_reply": "2022-10-17T08:29:40.376097Z"
"iopub.execute_input": "2022-10-18T07:43:01.340807Z",
"iopub.status.busy": "2022-10-18T07:43:01.340588Z",
"iopub.status.idle": "2022-10-18T07:43:01.638678Z",
"shell.execute_reply": "2022-10-18T07:43:01.637955Z"
},
"tags": []
},
Expand Down Expand Up @@ -189,10 +189,10 @@
"id": "abb4dd05-cc19-4b8a-b65d-b5a509425ed8",
"metadata": {
"execution": {
"iopub.execute_input": "2022-10-17T08:29:40.380243Z",
"iopub.status.busy": "2022-10-17T08:29:40.380004Z",
"iopub.status.idle": "2022-10-17T08:29:40.384926Z",
"shell.execute_reply": "2022-10-17T08:29:40.384387Z"
"iopub.execute_input": "2022-10-18T07:43:01.642339Z",
"iopub.status.busy": "2022-10-18T07:43:01.641963Z",
"iopub.status.idle": "2022-10-18T07:43:01.646197Z",
"shell.execute_reply": "2022-10-18T07:43:01.645607Z"
},
"tags": []
},
Expand Down Expand Up @@ -222,10 +222,10 @@
"id": "60f09f7c-1930-4c6b-92d0-02676447e008",
"metadata": {
"execution": {
"iopub.execute_input": "2022-10-17T08:29:40.387804Z",
"iopub.status.busy": "2022-10-17T08:29:40.387592Z",
"iopub.status.idle": "2022-10-17T08:29:40.392045Z",
"shell.execute_reply": "2022-10-17T08:29:40.391437Z"
"iopub.execute_input": "2022-10-18T07:43:01.649370Z",
"iopub.status.busy": "2022-10-18T07:43:01.648979Z",
"iopub.status.idle": "2022-10-18T07:43:01.653687Z",
"shell.execute_reply": "2022-10-18T07:43:01.653072Z"
},
"tags": []
},
Expand Down Expand Up @@ -260,10 +260,10 @@
"id": "shared-savannah",
"metadata": {
"execution": {
"iopub.execute_input": "2022-10-17T08:29:40.394807Z",
"iopub.status.busy": "2022-10-17T08:29:40.394607Z",
"iopub.status.idle": "2022-10-17T08:29:40.399824Z",
"shell.execute_reply": "2022-10-17T08:29:40.399239Z"
"iopub.execute_input": "2022-10-18T07:43:01.657190Z",
"iopub.status.busy": "2022-10-18T07:43:01.656603Z",
"iopub.status.idle": "2022-10-18T07:43:01.662354Z",
"shell.execute_reply": "2022-10-18T07:43:01.661731Z"
},
"tags": []
},
Expand Down Expand Up @@ -322,10 +322,10 @@
"id": "devoted-syracuse",
"metadata": {
"execution": {
"iopub.execute_input": "2022-10-17T08:29:40.402713Z",
"iopub.status.busy": "2022-10-17T08:29:40.402488Z",
"iopub.status.idle": "2022-10-17T08:29:40.409320Z",
"shell.execute_reply": "2022-10-17T08:29:40.408735Z"
"iopub.execute_input": "2022-10-18T07:43:01.665605Z",
"iopub.status.busy": "2022-10-18T07:43:01.665385Z",
"iopub.status.idle": "2022-10-18T07:43:01.672368Z",
"shell.execute_reply": "2022-10-18T07:43:01.671750Z"
},
"tags": []
},
Expand Down Expand Up @@ -395,10 +395,10 @@
"id": "viral-cause",
"metadata": {
"execution": {
"iopub.execute_input": "2022-10-17T08:29:40.412195Z",
"iopub.status.busy": "2022-10-17T08:29:40.411996Z",
"iopub.status.idle": "2022-10-17T08:29:42.404586Z",
"shell.execute_reply": "2022-10-17T08:29:42.403992Z"
"iopub.execute_input": "2022-10-18T07:43:01.675360Z",
"iopub.status.busy": "2022-10-18T07:43:01.675022Z",
"iopub.status.idle": "2022-10-18T07:43:03.656122Z",
"shell.execute_reply": "2022-10-18T07:43:03.655446Z"
},
"tags": []
},
Expand Down Expand Up @@ -457,10 +457,10 @@
"id": "broadband-rachel",
"metadata": {
"execution": {
"iopub.execute_input": "2022-10-17T08:29:42.407918Z",
"iopub.status.busy": "2022-10-17T08:29:42.407314Z",
"iopub.status.idle": "2022-10-17T08:29:43.422862Z",
"shell.execute_reply": "2022-10-17T08:29:43.422225Z"
"iopub.execute_input": "2022-10-18T07:43:03.659493Z",
"iopub.status.busy": "2022-10-18T07:43:03.659268Z",
"iopub.status.idle": "2022-10-18T07:43:03.991934Z",
"shell.execute_reply": "2022-10-18T07:43:03.991166Z"
},
"tags": []
},
Expand All @@ -483,10 +483,10 @@
"id": "younger-consensus",
"metadata": {
"execution": {
"iopub.execute_input": "2022-10-17T08:29:43.426090Z",
"iopub.status.busy": "2022-10-17T08:29:43.425862Z",
"iopub.status.idle": "2022-10-17T08:29:43.430074Z",
"shell.execute_reply": "2022-10-17T08:29:43.429490Z"
"iopub.execute_input": "2022-10-18T07:43:03.995629Z",
"iopub.status.busy": "2022-10-18T07:43:03.995095Z",
"iopub.status.idle": "2022-10-18T07:43:03.999411Z",
"shell.execute_reply": "2022-10-18T07:43:03.998825Z"
},
"tags": []
},
Expand Down Expand Up @@ -518,10 +518,10 @@
"id": "2a95cba3-027c-4a57-8bfa-2ee1e9053bb7",
"metadata": {
"execution": {
"iopub.execute_input": "2022-10-17T08:29:43.432919Z",
"iopub.status.busy": "2022-10-17T08:29:43.432534Z",
"iopub.status.idle": "2022-10-17T08:29:43.440693Z",
"shell.execute_reply": "2022-10-17T08:29:43.440157Z"
"iopub.execute_input": "2022-10-18T07:43:04.002509Z",
"iopub.status.busy": "2022-10-18T07:43:04.002070Z",
"iopub.status.idle": "2022-10-18T07:43:04.010740Z",
"shell.execute_reply": "2022-10-18T07:43:04.010076Z"
},
"tags": []
},
Expand Down
2 changes: 1 addition & 1 deletion templates.json

Large diffs are not rendered by default.

0 comments on commit 4633592

Please sign in to comment.