{"id":14064823,"url":"https://github.com/bitswired/lazycodr","last_synced_at":"2026-03-17T23:50:04.710Z","repository":{"id":163932303,"uuid":"638587984","full_name":"bitswired/lazycodr","owner":"bitswired","description":"A CLI tool to help lazy coders get the work done with AI (commit messages, pull requests ...). Because a LAZY programmer is a GREAT programmer 😜","archived":false,"fork":false,"pushed_at":"2024-07-03T01:40:24.000Z","size":153,"stargazers_count":45,"open_issues_count":7,"forks_count":12,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-29T23:40:10.014Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/bitswired.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":"2023-05-09T17:07:04.000Z","updated_at":"2025-10-06T09:41:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"d8f653a7-0095-4c65-a3e0-17a7c8bcef11","html_url":"https://github.com/bitswired/lazycodr","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/bitswired/lazycodr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitswired%2Flazycodr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitswired%2Flazycodr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitswired%2Flazycodr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitswired%2Flazycodr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitswired","download_url":"https://codeload.github.com/bitswired/lazycodr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitswired%2Flazycodr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30635834,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T22:38:22.569Z","status":"ssl_error","status_checked_at":"2026-03-17T22:38:11.804Z","response_time":56,"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-08-13T07:04:06.178Z","updated_at":"2026-03-17T23:50:04.686Z","avatar_url":"https://github.com/bitswired.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# LazyCodr 🚀\n\nA CLI tool designed to help lazy coders get their work done with AI! LazyCodr automates tasks such as generating pull requests, and more, using our beloved AI models.\n\n[YouTube Video Introduction](https://youtu.be/-_nZhPcOTIA)\n\n## Features 💡\n\n- Generate pull request descriptions\n- Automate commit messages (incoming ...)\n- Easy configuration\n- Works with GitHub API\n- Powered by LLMs (for now only OpenAI)\n\n## Installation 💻\n\n```bash\npip install lazycodr\n```\n\n## Requirements 🔑\n\nBefore you can use LazyCodr, you'll need to create an OpenAI API key and a GitHub token. Here's how to do both:\n\n### OpenAI API Key\n\n1. Sign up for an account on the [OpenAI website](https://beta.openai.com/signup/) if you don't have one already.\n2. Once logged in, go to the [API Keys page](https://beta.openai.com/account/api-keys).\n3. Click on \"Create an API key\" and copy the generated key.\n\n### GitHub Token\n\n1. Log in to your GitHub account and go to the [Personal Access Tokens page](https://github.com/settings/tokens).\n2. Click on \"Generate new token\" in the top right corner.j\n3. Give your token a descriptive name and select the required scopes (for LazyCodr, you'll need `repo` and `user` scopes.\n4. Click \"Generate token\" at the bottom of the page and copy the generated token.\n\nAfter you have both your OpenAI API key and GitHub token, you can configure LazyCodr by running the following command:\n\n```bash\nlazycodr config credentials\n```\n\nThis command will prompt you to enter your API key and GitHub token, which will be securely stored for future use.\n\nNow you're all set to use LazyCodr! 🚀\n\n\n## Usage 📚\n\n1. Configure LazyCodr with your OpenAI API key and GitHub token:\n\n```bash\nlazycodr config credentials\n```\n\n2. Use LazyCodr to generate a pull request description:\n\n```bash\nlazycodr pr generate \u003crepo_name\u003e \u003cpr_number\u003e\n```\n\n3. Use LazyCodr to generate README.md file for a git repo (it will pickup the ignored pattern from the .gitignore if it exists and you can also add additional ones with --ignore option):\n\n```bash\nlazycodr readme generate \u003crepo_name\u003e --ignore=pattern1 --ignore=pattern2 ...\n```\n\n## Roadmap 🗺️\n\n\u003e \"A lazy programmer is a great programmer\"\n\nWe're on a mission to make all of us even lazier 😅!\nThere is no clear roadmap, but here are some ideas for LazyCodr's future:\n\n🚀 **Commit Message Generation**: \u003cbr /\u003e\nAutomatically generate meaningful commit messages based on your code changes, so you can save time and focus on coding.\n\n🚀 **Codebase Conversations**: \u003cbr /\u003e\nChat with your codebase to get AI-powered recommendations and insights about your code, helping you make informed decisions as you work.\n\n🚀 **AI-driven Guidance**: \u003cbr /\u003e\nReceive step-by-step guidance from AI on how to write new features or implement specific functionality, making it easier to tackle challenging tasks.\n\n🚀 [DONE] **README Generation**: \u003cbr /\u003e\nAutomatically generate well-structured and informative README files for your projects, ensuring that your documentation is always up to date.\n\n🚀 ... replace yourself entirely so you can take 10 jobs in parallel 🤑🤑🤑\n\nRemember, even though I'm aiming to make you the laziest programmer possible 😜, I still appreciate your help.\nIf you have any ideas, suggestions, or improvements, feel free to contribute and help make LazyCodr even better for your fellow lazy programmers.\n\nTogether, we can redefine the art of lazy programming!\n\n## Contributing 🤝\n\nContributions are welcome! Feel free to submit a pull request or open an issue.\n\n## License 📄\n\nThis project is licensed under the MIT License.\n\nHappy coding! 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitswired%2Flazycodr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitswired%2Flazycodr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitswired%2Flazycodr/lists"}