{"id":26304567,"url":"https://github.com/nicolasollier/ask-gpt","last_synced_at":"2026-04-25T18:32:31.925Z","repository":{"id":203741947,"uuid":"710307296","full_name":"nicolasollier/ask-gpt","owner":"nicolasollier","description":"A small bash script to run ChatGPT from shell","archived":false,"fork":false,"pushed_at":"2023-10-26T20:58:34.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T04:42:48.740Z","etag":null,"topics":["chatbot","openai","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/nicolasollier.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}},"created_at":"2023-10-26T12:42:55.000Z","updated_at":"2023-10-26T13:20:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc17b69e-b9b1-4047-84ab-f43d667d989e","html_url":"https://github.com/nicolasollier/ask-gpt","commit_stats":null,"previous_names":["nicolasollier/ask-gpt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nicolasollier/ask-gpt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasollier%2Fask-gpt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasollier%2Fask-gpt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasollier%2Fask-gpt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasollier%2Fask-gpt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicolasollier","download_url":"https://codeload.github.com/nicolasollier/ask-gpt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasollier%2Fask-gpt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32273214,"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":["chatbot","openai","shell"],"created_at":"2025-03-15T08:17:09.033Z","updated_at":"2026-04-25T18:32:31.905Z","avatar_url":"https://github.com/nicolasollier.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## README: Simple Chat Assistant with OpenAI\n\nThis script creates a basic chatbot interface in the terminal, powered by OpenAI's GPT-3.5 Turbo model.\n\n### Requirements:\n- `jq` for JSON parsing.\n- `curl` to make API requests.\n- An OpenAI account to obtain the API key.\n\n### Setup:\n1. Make sure you have `jq` and `curl` installed.\n   ```bash\n   sudo apt install jq curl\n   ```\n   or\n   ```node\n   npm -i jq curl\n2. Store your OpenAI API key in a file named openai_env.sh inside ~/bin/ or elsewhere safe with the following content:\n   ```bash\n    export OPENAI_API_KEY='YOUR_API_KEY_HERE'\n   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolasollier%2Fask-gpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicolasollier%2Fask-gpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolasollier%2Fask-gpt/lists"}