{"id":25736906,"url":"https://github.com/phdenzel/twilio-sms-bot","last_synced_at":"2025-08-23T06:39:14.261Z","repository":{"id":146779670,"uuid":"95030198","full_name":"phdenzel/twilio-sms-bot","owner":"phdenzel","description":"An SMS bot using the Twilio API","archived":false,"fork":false,"pushed_at":"2017-06-22T07:26:45.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-11T10:47:46.743Z","etag":null,"topics":["flask-application","python","twilio-sms-api","virtualenv"],"latest_commit_sha":null,"homepage":"","language":"Python","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/phdenzel.png","metadata":{"files":{"readme":"README.org","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-21T17:40:45.000Z","updated_at":"2021-03-22T04:27:52.000Z","dependencies_parsed_at":"2023-04-26T12:00:28.111Z","dependency_job_id":null,"html_url":"https://github.com/phdenzel/twilio-sms-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phdenzel/twilio-sms-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdenzel%2Ftwilio-sms-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdenzel%2Ftwilio-sms-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdenzel%2Ftwilio-sms-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdenzel%2Ftwilio-sms-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phdenzel","download_url":"https://codeload.github.com/phdenzel/twilio-sms-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdenzel%2Ftwilio-sms-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271745679,"owners_count":24813521,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["flask-application","python","twilio-sms-api","virtualenv"],"created_at":"2025-02-26T06:31:31.841Z","updated_at":"2025-08-23T06:39:14.245Z","avatar_url":"https://github.com/phdenzel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: twilio-sms-bot\n#+AUTHOR: phdenzel\n\n*** Install\n\n    To install the ~twilio-sms-bot~ simply run the ~install.sh~ script like so\n    #+BEGIN_SRC shell\n      ./install.sh\n    #+END_SRC\n    This will start a virtual python environment and installs all necessary\n    python modules.\n\n    However, for this to work ~virtualenv~ (and ~python~ for that matter) is\n    required.\n\n    A ~python~ install tutorial is easy enough to find with Google... for a\n    local install go to [https://github.com/phdenzel/local-python-install].\n\n    For ~virtualenv~ type\n    #+BEGIN_SRC shell\n      pip install virtualenv\n    #+END_SRC\n    or something equivalent.\n\n*** Requirements\n    \n    The ~twilio-sms-bot~ requires a Twilio API Key.\n    You can sign up for a trial account at [https://www.twilio.com/] by\n    pressing \"Get a free API key\".\n    To make the app accessible over the WWW, we furthermore need to download\n    ~ngrok~ at [https://ngrok.com/download].\n\n*** Run the bot\n\n    To start the bot type\n    #+BEGIN_SRC shell\n      source venv/bin/activate\n      python run-bot.py\n    #+END_SRC\n    This runs the bot in your local host.\n\n    Open another terminal and run ~ngrok~\n    #+BEGIN_SRC shell\n      ngrok http \u003cport\u003e\n    #+END_SRC\n    replace ~\u003cport\u003e~ by the port number (the number after the colon in local\n    host address ~http://127.0.0.1:5000~, in this case 5000).\n    \n    Copy the forwarding HTTPS address and paste it into your Twilio messaging\n    webhook text field (if you haven't done so, choose a number (sms enabled),\n    on the \"Console Dashboard\", click on \"Manage Numbers\", click on your\n    number, and find the text field under \"Messaging: A message comes in\").\n\n*** More\n\n    To fully customize the ~twilio-sms-bot~, add more features/API calls to the\n    ~formulate_reply~ function yourself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphdenzel%2Ftwilio-sms-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphdenzel%2Ftwilio-sms-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphdenzel%2Ftwilio-sms-bot/lists"}