{"id":23099808,"url":"https://github.com/deifyed/eeyore","last_synced_at":"2026-05-01T14:33:18.833Z","repository":{"id":144909491,"uuid":"581230464","full_name":"deifyed/eeyore","owner":"deifyed","description":"A small CLI wrapper around OpenAI's GPT API","archived":false,"fork":false,"pushed_at":"2022-12-23T13:27:29.000Z","size":37,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T20:33:17.634Z","etag":null,"topics":["cli","golang","gpt-3","openai"],"latest_commit_sha":null,"homepage":"","language":"Go","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/deifyed.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":"2022-12-22T16:07:42.000Z","updated_at":"2023-01-04T11:15:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"29b7c0b2-d753-485d-8bd6-4eac688dcf57","html_url":"https://github.com/deifyed/eeyore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deifyed/eeyore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deifyed%2Feeyore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deifyed%2Feeyore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deifyed%2Feeyore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deifyed%2Feeyore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deifyed","download_url":"https://codeload.github.com/deifyed/eeyore/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deifyed%2Feeyore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32501399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["cli","golang","gpt-3","openai"],"created_at":"2024-12-16T23:21:10.090Z","updated_at":"2026-05-01T14:33:18.813Z","avatar_url":"https://github.com/deifyed.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eeyore\n\n## Motivation\n\nI wanted to access ChatGPT through my terminal\n\n## Usage\n\n```shell\n# Ask a single question\necho \"What is the meaning of life?\" | eeyore single\neeyore single \"What is the meaning of life?\"\n\n# Start a conversation\neeyore thread\n```\n\n## Installation\n\n### Prerequisites\n\n- [Go 1.19](https://golang.org/doc/install)\n\n### Build\n\n```shell\n# Build the application\nmake build\n```\n\n### Install\n\n```shell\n# Install the application\nmake install\n```\n\nThis will install the application to `~/.local/bin/eeyore`. Remember to add this to your `PATH`.\n\nTo change install location, set the `PREFIX` environment variable.\n\n```shell\nPREFIX=/usr/local make install\n```\n\n## Configuration\n\nThe application can be configured either using environment variables:\n\n| Variable              | Description                                    | Default               |\n| --------------------- | ---------------------------------------------- | --------------------- |\n| `EEYORE_OPENAI_TOKEN` | The API token to use                           | `\"\"`                  |\n| `EEYORE_MAX_TOKENS`   | The maximum amount of tokens GPT should return | `1024`                |\n| `EEYORE_MODEL`        | The model to use                               | `text-davinci-003ada` |\n| `EEYORE_TEMPERATURE`  | Configure how creative the output is           | `0.5`                 |\n\nOr using a configuration file located at `~/.config/eeyore/config.yaml`:\n\n```yaml\nopenai-token: \"YOUR_TOKEN\"\nmax-tokens: 1024\nmodel: text-davinci-003\ntemperature: 0.5\n```\n\n## FAQ\n\n- How do I acquire an API token? Log into [OpenAI](https://openai.com/api/login), click \"Personal\" up in the upper right corner and then \"View API keys\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeifyed%2Feeyore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeifyed%2Feeyore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeifyed%2Feeyore/lists"}