{"id":19389791,"url":"https://github.com/toxblh/skype-http-api","last_synced_at":"2025-04-24T00:30:57.368Z","repository":{"id":39703125,"uuid":"302935957","full_name":"Toxblh/skype-http-api","owner":"Toxblh","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-06T15:12:56.000Z","size":4966,"stargazers_count":7,"open_issues_count":16,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-23T01:47:20.105Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/Toxblh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"issuehunt":"Toxblh","patreon":"toxblh","ko_fi":"toxblh","custom":"https://www.paypal.me/toxblh"}},"created_at":"2020-10-10T15:49:45.000Z","updated_at":"2024-02-26T07:29:26.000Z","dependencies_parsed_at":"2023-02-06T05:45:55.714Z","dependency_job_id":null,"html_url":"https://github.com/Toxblh/skype-http-api","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toxblh%2Fskype-http-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toxblh%2Fskype-http-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toxblh%2Fskype-http-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toxblh%2Fskype-http-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Toxblh","download_url":"https://codeload.github.com/Toxblh/skype-http-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250539317,"owners_count":21447287,"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":[],"created_at":"2024-11-10T10:17:25.964Z","updated_at":"2025-04-24T00:30:57.046Z","avatar_url":"https://github.com/Toxblh.png","language":"TypeScript","funding_links":["https://issuehunt.io/r/Toxblh","https://patreon.com/toxblh","https://ko-fi.com/toxblh","https://www.paypal.me/toxblh"],"categories":[],"sub_categories":[],"readme":"# Skype-Http-API\n\n[![npm](https://img.shields.io/npm/v/skype-http-api.svg?maxAge=2592000)](https://www.npmjs.com/package/skype-http-api)\n[![GitHub repository](https://img.shields.io/badge/Github-Toxblh%2Fskype--http--api-blue.svg)](https://github.com/Toxblh/skype-http-api)\n[![Codecov](https://codecov.io/gh/Toxblh/skype-http-api/branch/master/graph/badge.svg)](https://codecov.io/gh/Toxblh/skype-http-api)\n\nUnofficial Skype API for Node.js via HTTP.\nThis relies on the Skype Web Application and requires the credentials of the account you want to use: use it with care.\n\n## [Documentation](https://toxblh.github.io/skype-http-api/)\n\n## Installation\n\n- Stable version:\n\n  ```shell\n  npm install --save skype-http-api\n  ```\n\nImport for Typescript or Javascript ES6:\n\n```typescript\nimport * as skypeHttp from 'skype-http-api'\n```\n\nImport for Javascript ES5:\n\n```javascript\nvar skypeHttp = require('skype-http-api')\n```\n\n## Quick start\n\nThe code below sends `Hello, World!` to all of `bob`'s contacts. If bob's skype account was an MSA account(rather than older skype login) he would login with \"bob@bobsdomain.com\".\n\n```typescript\nimport { Api, connect } from 'skype-http-api'\n\nasync function run() {\n  const api: Api = await connect({\n    credentials: { username: 'bob', password: 'hunter2' },\n  })\n  for (const contact of await api.getContacts()) {\n    await api.sendMessage({ textContent: 'Hello, World!' }, contact.mri)\n  }\n}\n\nrun()\n```\n\n## Running example\n\nThe demo will prompt you your username and password: you should use your Skype account or MSA.\n\n```shell\ngit clone https://github.com/Toxblh/skype-http-api\ncd skype-http-api\n# Ensure that you have the latest versions of the global dependencies\nsudo npm install -g gulp-cli\nnpm install\nnpm start\n```\n\nThis will perform a verbose connection (it should log the acquisition of various tokens), display the list of contacts,\nset the status to `\"Online\"` and start to respond to messages.\n\nFork repo https://github.com/ocilo/skype-http\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoxblh%2Fskype-http-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoxblh%2Fskype-http-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoxblh%2Fskype-http-api/lists"}