{"id":23812743,"url":"https://github.com/rohitaryal/copilot-re","last_synced_at":"2026-06-12T21:33:02.348Z","repository":{"id":269891787,"uuid":"908775726","full_name":"rohitaryal/copilot-RE","owner":"rohitaryal","description":"Reverse engineered GitHub copilot API + CLI","archived":false,"fork":false,"pushed_at":"2025-04-01T02:16:13.000Z","size":54,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T02:35:10.464Z","etag":null,"topics":["copilot-api","free-ai","freeai","github-copilot"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/rohitaryal.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":"2024-12-27T00:02:14.000Z","updated_at":"2025-04-01T02:16:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"90bb9849-43ca-4095-8bc7-945729a4f672","html_url":"https://github.com/rohitaryal/copilot-RE","commit_stats":null,"previous_names":["rohitaryal/copilot-re"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rohitaryal/copilot-RE","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitaryal%2Fcopilot-RE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitaryal%2Fcopilot-RE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitaryal%2Fcopilot-RE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitaryal%2Fcopilot-RE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rohitaryal","download_url":"https://codeload.github.com/rohitaryal/copilot-RE/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitaryal%2Fcopilot-RE/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34263872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"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":["copilot-api","free-ai","freeai","github-copilot"],"created_at":"2025-01-02T02:33:18.153Z","updated_at":"2026-06-12T21:33:02.334Z","avatar_url":"https://github.com/rohitaryal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🥷 CopilotRE\nFree API client for Github Copilot.\n\n\u003e [!TIP]\n\u003e You can checkout the `./examples` folder to see how to use this module in your project.\n\n### 👨🏻‍💻 Command Line Usage\nMake sure you have your cookie copied.\n```bash\ngit clone https://github.com/rohitaryal/copilot-RE\ncd copilot-RE\n[npm|bun] run cli\n```\n\n## 🍪 How to get cookie?\n\u003e [!CAUTION]\n\u003e Cookies are critical part of your account. Sharing them will result to bad actors accessing your account. Keep this in mind while you needle with cookies.\n- Open [github.com](https://github.com) (You are likely already here)\n- Right click on the page and click on `Inspect`\n- Now you might see\n    - A `Storage` tab on Firefox\n    - An `Application` tab on Google-Chrome\n- Go to it and click on `Cookies`\n- You might a cookie item with `user_session`\n- Copy its corresponding value and you have it.\n\n# 🤝 Supported Models:\nAs of now it supports the following models, please see `model_limitations` for appropriate use.\n\n- GPT 3.5 Turbo - gpt-3.5-turbo\n- GPT 3.5 Turbo - gpt-3.5-turbo-0613\n- GPT-4o mini - gpt-4o-mini\n- GPT-4o mini - gpt-4o-mini-2024-07-18\n- GPT 4 - gpt-4\n- GPT 4 - gpt-4-0613\n- GPT-4o - gpt-4o\n- GPT-4o - gpt-4o-2024-05-13\n- GPT-4o - gpt-4-o-preview\n- GPT-4o - gpt-4o-2024-08-06\n- Embedding V2 Ada - text-embedding-ada-002\n- Embedding V3 small - text-embedding-3-small\n- Embedding V3 small (Inference) - text-embedding-3-small-inference\n- o1 (Preview) - o1\n- o1 (Preview) - o1-2024-12-17\n- o3-mini (Preview) - o3-mini\n- o3-mini (Preview) - o3-mini-2025-01-31\n- o3-mini (Preview) - o3-mini-paygo\n- Claude 3.5 Sonnet (Preview) - claude-3.5-sonnet\n- Claude 3.7 Sonnet (Preview) - claude-3.7-sonnet\n- Claude 3.7 Sonnet Thinking (Preview) - claude-3.7-sonnet-thought\n- Gemini 2.0 Flash (Preview) - gemini-2.0-flash-001\n\n\u003e [!TIP]\n\u003e You can view all supported models with their models using `./examples/2_list_models.ts`\n\n---\n\u003e [!WARNING]  \n\u003e This project is in no way affiliated with github, and usage of this program should be limited to research and education.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohitaryal%2Fcopilot-re","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohitaryal%2Fcopilot-re","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohitaryal%2Fcopilot-re/lists"}