{"id":16515243,"url":"https://github.com/pine/crystal-connpass","last_synced_at":"2025-10-24T12:34:18.876Z","repository":{"id":72480974,"uuid":"41584595","full_name":"pine/crystal-connpass","owner":"pine","description":":anchor: A Crystal wrapper for the Connpass API","archived":false,"fork":false,"pushed_at":"2016-05-08T23:05:12.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T03:14:00.821Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Crystal","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/pine.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-29T07:20:28.000Z","updated_at":"2016-01-16T21:38:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"4af0098a-9e0a-40c5-899c-aeca7dc1efae","html_url":"https://github.com/pine/crystal-connpass","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fcrystal-connpass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fcrystal-connpass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fcrystal-connpass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fcrystal-connpass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pine","download_url":"https://codeload.github.com/pine/crystal-connpass/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241533650,"owners_count":19977826,"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-10-11T16:16:18.314Z","updated_at":"2025-10-24T12:34:18.793Z","avatar_url":"https://github.com/pine.png","language":"Crystal","readme":"# Connpass\n[![Build Status](https://travis-ci.org/pine/crystal-connpass.svg?branch=master)](https://travis-ci.org/pine/crystal-connpass)\n[![Dependency Status](https://shards.rocks/badge/github/pine/crystal-connpass/status.svg)](https://shards.rocks/github/pine/crystal-connpass)\n[![devDependency Status](https://shards.rocks/badge/github/pine/crystal-connpass/dev_status.svg)](https://shards.rocks/github/pine/crystal-connpass)\n\nA [Crystal](http://crystal-lang.org/) wrapper for the [Connpass](http://connpass.com/) API inspired by [Ruby's implementation](https://github.com/deeeki/connpass).\n\n## Installation\n\nAdd it to `shard.yml`\n\n```yaml\ndependencies:\n  connpass:\n    github: pine/connpass\n    branch: master\n```\n\n## Usage\n\nSee example `example/event_search.cr` and [Official API reference](http://connpass.com/about/api/).\n\n```crystal\nrequire \"connpass\"\n\nres = Connpass.event_search({ \"keyword\" =\u003e \"Crystal\" })\nres.events.each{|e| puts e.title }\n```\n\n## How to run example\nFirst, you should install Crystal compiler, using a tool such as [crenv](https://github.com/pine/crenv).\n\n```\n$ git clone https://github.com/pine/crystal-connpass.git\n$ cd ./crystal-connpass\n$ crystal deps\n$ crystal run ./example/event_search.cr\nKeyword\u003e Ruby\nAll Ruby 10 events found.\n\n 1: Hacker Tackle\n   福岡のあらゆるエンジニアためのコミュニティイベント\n   会場: 福岡県Ruby コンテンツ産業振興センター\n   日時: 2015-09-26T12:50:00+09:00\n\n 2: Sensu Deep Talks #2\n   会場: ニフティ株式会社 セミナールームB\n   日時: 2015-10-02T18:30:00+09:00\n\n 3: 第12回 ベイサイドRuby on Rails勉強会@マスマス\n   初心者も経験者ももくもくしながら情報交換する会\n   会場: mass x mass\n   日時: 2015-09-29T19:00:00+09:00\n\n...\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/pine/crystal-connpass/fork )\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create a new Pull Request\n\n## Acknowledgement\n\nThank you.\n\n- [deeeki](https://github.com/deeeki/connpass)\n\n## License\nMIT License\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpine%2Fcrystal-connpass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpine%2Fcrystal-connpass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpine%2Fcrystal-connpass/lists"}