{"id":15368047,"url":"https://github.com/anonrig/elixir-line","last_synced_at":"2026-04-25T21:31:47.334Z","repository":{"id":68448576,"uuid":"127801930","full_name":"anonrig/elixir-line","owner":"anonrig","description":"Client Websocket Implementation of Line in Elixir (WIP)","archived":false,"fork":false,"pushed_at":"2018-04-12T16:28:10.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-03T03:09:51.945Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anonrig.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-04-02T19:23:08.000Z","updated_at":"2018-04-12T16:28:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"97ebaf9a-325b-4666-9a02-d83dc4448937","html_url":"https://github.com/anonrig/elixir-line","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"c344a3b2a28a04d8b3dbda083f1f1cf1b9d96dc6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anonrig/elixir-line","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anonrig%2Felixir-line","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anonrig%2Felixir-line/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anonrig%2Felixir-line/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anonrig%2Felixir-line/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anonrig","download_url":"https://codeload.github.com/anonrig/elixir-line/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anonrig%2Felixir-line/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32278249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-10-01T13:28:01.367Z","updated_at":"2026-04-25T21:31:47.318Z","avatar_url":"https://github.com/anonrig.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Line\n\nWork in progress implementation of Line client in Elixir. Since, I'm a beginner and still learning Elixir, please point out my errors, my mistakes, so that I can learn quickly!\n\n## Installation\n\nRun `mix deps.get` on main root.\n\n## Run\n\nRun `iex -S mix` to run interactive elixir shell.\n\nThen:\n\n```elixir\npid = Line.connect()\n\njson = %{\n  text: \"yagiz\"\n}\n\nLine.send(pid, \"hello\", json)\n\nProcess.sleep(:infinity)\n```\n\n## Packages\n\n- Poison - JSON encoding/decoding\n- Websockex - Websocket implementation on Elixir.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanonrig%2Felixir-line","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanonrig%2Felixir-line","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanonrig%2Felixir-line/lists"}