{"id":15549284,"url":"https://github.com/adityaoberai/rickroll-appwrite-node","last_synced_at":"2025-04-04T23:23:49.617Z","repository":{"id":197006321,"uuid":"697797990","full_name":"adityaoberai/rickroll-appwrite-node","owner":"adityaoberai","description":"Appwrite function to rickroll a person using Twilio","archived":false,"fork":false,"pushed_at":"2023-10-06T12:49:01.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T07:44:55.784Z","etag":null,"topics":["appwrite","appwrite-function","javascript","node-js","twilio","twilio-voice"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adityaoberai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-28T13:52:30.000Z","updated_at":"2023-09-28T14:55:20.000Z","dependencies_parsed_at":"2023-09-28T16:23:02.011Z","dependency_job_id":null,"html_url":"https://github.com/adityaoberai/rickroll-appwrite-node","commit_stats":null,"previous_names":["adityaoberai/rickroll-appwrite-node"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityaoberai%2Frickroll-appwrite-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityaoberai%2Frickroll-appwrite-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityaoberai%2Frickroll-appwrite-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityaoberai%2Frickroll-appwrite-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adityaoberai","download_url":"https://codeload.github.com/adityaoberai/rickroll-appwrite-node/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247263333,"owners_count":20910391,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appwrite","appwrite-function","javascript","node-js","twilio","twilio-voice"],"created_at":"2024-10-02T13:33:39.364Z","updated_at":"2025-04-04T23:23:49.594Z","avatar_url":"https://github.com/adityaoberai.png","language":"HTML","readme":"# ⚡ Rick Roll Function\n\nA function that uses Twilio to call a person and rick roll them.\n\n## 🧰 Usage\n\n### GET /\n\n- HTML form for interacting with the function.\n\n### POST, PUT, PATCH, DELETE /\n\n- Makes a call using Twilio to the inputted phone number\n\n**Parameters**\n\n| Name              | Description                          | Location | Type               | Sample Value                  |\n| ----------------- | ------------------------------------ | -------- | ------------------ | ----------------------------- |\n| Content-Type      | The content type of the request body | Header   | `application/json` | N/A                           |\n| phoneNumber       | Phone number of person to prank      | Body     | String             | `+919876543210` |\n\n**Request**\n\n```json\n{\n  \"phoneNumber\": \"+919876543210\"\n}\n```\n\n**Response**\n\nSample `200` Response:\n\n```json\n{\n  \"ok\": true,\n  \"message\": \"Prank successful!\"\n}\n```\n\n## ⚙️ Configuration\n\n| Setting           | Value         |\n|-------------------|---------------|\n| Runtime           | Node (18.0)   |\n| Entrypoint        | `src/main.js` |\n| Build Commands    | `npm install` |\n| Permissions       | `any`         |\n| Timeout (Seconds) | 15            |\n\n## 🔒 Environment Variables\n\n### TWILIO_ACCOUNT_SID\n\nThe Account Sid provided by Twilio to identify your Twilio account when using their API.\n\n| Question      | Answer                                                                                                                              |\n| ------------- | ----------------------------------------------------------------------------------------------------------------------------------- |\n| Required      | Yes                                                                                                                                 |\n| Sample Value  | `ACc6a5...09d`                                                                                                                      |\n| Documentation | [Twilio Support](https://support.twilio.com/hc/en-us/articles/14726256820123-What-is-a-Twilio-Account-SID-and-where-can-I-find-it-) |\n\n### TWILIO_AUTH_TOKEN\n\nThe Authorization Token provided by Twilio to authenticate your Twilio account when using their API.\n\n| Question      | Answer                                                                                                      |\n| ------------- | ----------------------------------------------------------------------------------------------------------- |\n| Required      | Yes                                                                                                         |\n| Sample Value  | `d65g4...8d37`                                                                                              |\n| Documentation | [Twilio Support](https://support.twilio.com/hc/en-us/articles/223136027-Auth-Tokens-and-How-to-Change-Them) |\n\n### TWILIO_PHONE_NUMBER\n\nThe Phone Number obtained through Twilio to make phone calls via Twilio Programmable Voice.\n\n| Question      | Answer                                                                                                                                |\n| ------------- | ------------------------------------------------------------------------------------------------------------------------------------- |\n| Required      | Yes                                                                                                                                   |\n| Sample Value  | `+12345678901`                                                                                                                        |\n| Documentation | [Twilio Support](https://support.twilio.com/hc/en-us/articles/223135247-How-to-Search-for-and-Buy-a-Twilio-Phone-Number-from-Console) |","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityaoberai%2Frickroll-appwrite-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadityaoberai%2Frickroll-appwrite-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityaoberai%2Frickroll-appwrite-node/lists"}