{"id":25882238,"url":"https://github.com/arcofdescent/kite_connect","last_synced_at":"2025-08-16T05:38:13.996Z","repository":{"id":57513707,"uuid":"170502962","full_name":"arcofdescent/kite_connect","owner":"arcofdescent","description":"Elixir module for the Zerodha Kite Connect API","archived":false,"fork":false,"pushed_at":"2020-06-08T18:35:47.000Z","size":18,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-11T18:38:11.503Z","etag":null,"topics":["elixir-library","trading-api"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arcofdescent.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-02-13T12:18:12.000Z","updated_at":"2024-07-20T06:45:13.000Z","dependencies_parsed_at":"2022-08-31T08:50:44.042Z","dependency_job_id":null,"html_url":"https://github.com/arcofdescent/kite_connect","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/arcofdescent/kite_connect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcofdescent%2Fkite_connect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcofdescent%2Fkite_connect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcofdescent%2Fkite_connect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcofdescent%2Fkite_connect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arcofdescent","download_url":"https://codeload.github.com/arcofdescent/kite_connect/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcofdescent%2Fkite_connect/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270672864,"owners_count":24626033,"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-08-16T02:00:11.002Z","response_time":91,"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":["elixir-library","trading-api"],"created_at":"2025-03-02T15:57:52.709Z","updated_at":"2025-08-16T05:38:13.957Z","avatar_url":"https://github.com/arcofdescent.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KiteConnect\n\nElixir module for the Zerodha Kite Connect API\n\n## Installation\n\nAdd `kite_connect` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:kite_connect, \"~\u003e 0.1\"}\n  ]\nend\n```\n\n## Setup\n\nYour project should be an OTP application. In your `application.ex`\nfile start `KiteConnect.State` as a worker.\n\n```elixir\n # Define workers and child supervisors to be supervised\n    children = [\n\n      # Start your own worker\n      worker(KiteConnect.State, []),\n    ]\n\n```\n\nA sample iex session:\n\n```\niex(1)\u003e KiteConnect.init(your_api_key, your_api_secret)\n:ok\niex(2)\u003e KiteConnect.set_access_token(your_request_token)\n:ok\niex(3)\u003e KiteConnect.Quote.ltp(\"NSE:INFY\")\n724.3\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcofdescent%2Fkite_connect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farcofdescent%2Fkite_connect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcofdescent%2Fkite_connect/lists"}