{"id":24433865,"url":"https://github.com/hako/dogecall","last_synced_at":"2025-10-29T02:51:27.057Z","repository":{"id":36927400,"uuid":"41234621","full_name":"hako/dogecall","owner":"hako","description":":telephone_receiver: :dog2: Encounter a doge through a phone call.","archived":false,"fork":false,"pushed_at":"2016-05-20T19:49:06.000Z","size":47,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-29T05:39:22.141Z","etag":null,"topics":["call","doge","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hako.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}},"created_at":"2015-08-23T03:46:20.000Z","updated_at":"2016-02-26T18:46:56.000Z","dependencies_parsed_at":"2022-09-12T11:12:38.057Z","dependency_job_id":null,"html_url":"https://github.com/hako/dogecall","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hako/dogecall","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hako%2Fdogecall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hako%2Fdogecall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hako%2Fdogecall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hako%2Fdogecall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hako","download_url":"https://codeload.github.com/hako/dogecall/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hako%2Fdogecall/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281549789,"owners_count":26520515,"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-10-29T02:00:06.901Z","response_time":59,"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":["call","doge","go","golang"],"created_at":"2025-01-20T16:51:01.403Z","updated_at":"2025-10-29T02:51:27.024Z","avatar_url":"https://github.com/hako.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n                   \n                                                                                           \n                            .N.                                           lW. .W:      \n                            :M.                                           oM. .M:      \n                       ,kxxkKN  .xOO0l   :kOOOo  'kkxkk.  .kOxkd  ;kkxOx  dW  .M;      \n                      ,N.   kK .Wo  .Wc 0O.  cW.'N,'lkk. .Nc     oX.  dK  dN  .M;      \n                      cX    xK ;M,   Nc.Mc  .KK lWxc.  . lX      Ok   l0  kX  'M,      \n                       dKxxOKN  oKxxKo  ;0OOx0k  d0xdxkx  k0dokx 'KkldOW; k0  ,M.      \n                          .       ..        .Nl     .       ..     ..                  \n                                        dxxx0d                                                                                                                 \n```\n###dogecall\n\n`dogecall` is a port of my python program `dogecall.py` which was used for [this silly video](https://www.youtube.com/watch?v=9S3BX62vToo) I made a year ago. It was made as a joke remaking [this post I stumbled upon](http://hakob.yt/doge). It was fun doing it.\n\nInstallation\n-----\ndogecall comes as two programs:\n\n`dogecall` - run on PC.\n\n`dogecall-server` - run on a server.\n\nTo install (If you have Go installed)\n\n`go get github.com/hako/dogecall`\n\n`go get github.com/hako/dogecall/cmd/dogecall-server`\n\nUsage\n-----\n\ndogecall only requires you to have a Twilio account. If you would like to use dogecall, please [create an account](https://www.twilio.com/try-twilio) and come back.\n\nThese can be set in a file called `dogecall.rc` when you install the `dogecall` command.\n\n\n`dogecall` Usage:\n----------\n```\ndogecall - ENCOUNTER A DOGE THROUGH A PHONE CALL.\n\nUsage:\n dogecall [-n \u003cnumber\u003e]\n dogecall [-h | --help] [-v | --version]\n\nOptions:\n  -n [PHONE NUMBER]   such fone numer (with area codez) eg. +44 = 44\n  -h, --help          show this help message and exit.\n  -v, --version       the versions lol.\n```\n\nWhen you run `dogecall` for the first time, you have to configure `dogecall.rc`.\n\n\nAccountSid = Your Twilio Account SID. (Found in your account dashboard)\n\nURL = `http://dc.hakobaito.co.uk` (`dogecall-server` Default URL.)\n\nTwNumber = Your Twilio Phone number. (Found when you get a Twilio number.)\n\nTwAuthtoken = Your Twilio auth token. (Found in your account dashboard.)\n\n\n`dogecall-server` Usage:\n----------\n\n```\ndogecall-server - SERVER FOR DOGECALL.\n\nUsage:\n dogecall [-s]\n dogecall [-h | --help] [-v | --version]\n\nOptions:\n  -s                  wow lanch server 2 serve u.\n  -h, --help          show this help message and exit.\n  -v, --version       the versions lol.\n```\n\nIf you intend to deploy `dogecall-server` don't forget to set the **config variables** on your hosting platform.\n\ndogecall-server default environment variables:\n\n`PORT`   - Whatever you like (ie, 8080)\n\n`GO_ENV` - `production` (set only on a production server)\n\nLicense\n-----\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhako%2Fdogecall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhako%2Fdogecall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhako%2Fdogecall/lists"}