{"id":30767817,"url":"https://github.com/youpy/mac-skype","last_synced_at":"2025-10-15T00:27:38.263Z","repository":{"id":6266976,"uuid":"7500311","full_name":"youpy/mac-skype","owner":"youpy","description":"A library to use Skype from Mac","archived":false,"fork":false,"pushed_at":"2014-10-31T03:13:36.000Z","size":212,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-04T20:13:36.433Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/youpy.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":"2013-01-08T11:19:47.000Z","updated_at":"2023-01-16T13:58:24.000Z","dependencies_parsed_at":"2022-08-29T20:41:50.938Z","dependency_job_id":null,"html_url":"https://github.com/youpy/mac-skype","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/youpy/mac-skype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youpy%2Fmac-skype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youpy%2Fmac-skype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youpy%2Fmac-skype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youpy%2Fmac-skype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/youpy","download_url":"https://codeload.github.com/youpy/mac-skype/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youpy%2Fmac-skype/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279032091,"owners_count":26089383,"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-14T02:00:06.444Z","response_time":60,"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":[],"created_at":"2025-09-04T20:10:03.206Z","updated_at":"2025-10-15T00:27:38.228Z","avatar_url":"https://github.com/youpy.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mac-skype\n\nmac-skype is a library to use Skype from Mac. It runs on Ruby 1.9 and does not depend on either RubyCocoa or AppleScript.\n\n## Tested Rubies\n\n* 1.8.7\n* 1.9.3\n* 2.0.0\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'mac-skype'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install mac-skype\n\n## Usage\n\n```ruby\nrequire 'mac-skype'\n\nagent = Mac::Skype::Agent.instance\nagent.connect\n```\n\n### Send Skype command\n\n```ruby\nagent.send_command('PROTOCOL 9999') #=\u003e \"PROTOCOL 8\"\n```\n\n### Observe incoming messages\n\n```ruby\nagent.on_message do |message|\n  puts message\nend\n\nagent.run_forever\n```\n\n### Use with [Ruby4Skype](http://rubydoc.info/gems/Ruby4Skype/) compatible API\n\n```ruby\nrequire 'mac-skype'\nrequire 'mac-skype/Ruby4Skype'\n\nSkype.init\nSkype.attach_wait\nSkype::ChatMessage.set_notify do |chatmessage, property, value|\n  if property == :status and value == 'RECEIVED'\n    chatmessage.get_chat.send_message chatmessage.get_body\n  end\nend\nSkype.messageloop\n```\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoupy%2Fmac-skype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoupy%2Fmac-skype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoupy%2Fmac-skype/lists"}