{"id":28456194,"url":"https://github.com/didogrigorov/django-ai-codebot","last_synced_at":"2026-04-29T20:34:54.646Z","repository":{"id":205818575,"uuid":"714225027","full_name":"didogrigorov/Django-AI-Codebot","owner":"didogrigorov","description":"CodeBot AI is an OpenAI API Based Chatbot For Suggesting and Fixing Code In More Than 30 Popular Programming Languages.","archived":false,"fork":false,"pushed_at":"2024-03-17T18:49:31.000Z","size":1053,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T13:38:47.789Z","etag":null,"topics":["ai","artificial-intelligence","code","code-generation","code-generator","codefixer","django-application","large-language-models","openai","openai-api","openai-api-chatbot","openaiapi","python","python3"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/didogrigorov.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}},"created_at":"2023-11-04T09:27:31.000Z","updated_at":"2025-05-17T15:49:51.000Z","dependencies_parsed_at":"2023-11-07T00:23:38.469Z","dependency_job_id":"5ca1d68c-f1c4-43f1-9e92-e7a93e6fa6c7","html_url":"https://github.com/didogrigorov/Django-AI-Codebot","commit_stats":null,"previous_names":["didogrigorov/django-ai-codebot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/didogrigorov/Django-AI-Codebot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/didogrigorov%2FDjango-AI-Codebot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/didogrigorov%2FDjango-AI-Codebot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/didogrigorov%2FDjango-AI-Codebot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/didogrigorov%2FDjango-AI-Codebot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/didogrigorov","download_url":"https://codeload.github.com/didogrigorov/Django-AI-Codebot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/didogrigorov%2FDjango-AI-Codebot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["ai","artificial-intelligence","code","code-generation","code-generator","codefixer","django-application","large-language-models","openai","openai-api","openai-api-chatbot","openaiapi","python","python3"],"created_at":"2025-06-06T22:40:41.040Z","updated_at":"2026-04-29T20:34:54.641Z","avatar_url":"https://github.com/didogrigorov.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeBot AI - Code Assistant\n\nWelcome to CodeBot AI, the versatile AI-powered assistant designed to suggest and fix programming code across more than 30 languages. Codebot leverages the cutting-edge OpenAI models to understand your code and provide intelligent suggestions and fixes, making your coding process more efficient and error-free.\n\n## Features\n\n- **Multi-language Support**: CodeBot AI supports over 30 programming languages, including Python, Java, C++, JavaScript, Ruby, and many more, making it a versatile tool for a wide range of developers.\n- **Intelligent Code Suggestions**: Get context-aware code suggestions that help you write code faster and with fewer errors.\n- **Automated Code Fixes**: CodeBot AI can automatically detect and fix common coding errors, saving you time and hassle.\n- **History of Your Submissions**: Get back to previous code snippets you requested to be fixed or to previous code suggestions.\n\n\n## Getting Started\n\n### Prerequisites\n\n- Git\n- Python 3.8 or newer (if you wish to run Codebot locally)\n- Django==4.2.7\n- requests==2.31.0\n- openai==0.28.1\n- gunicorn==21.2.0\n- whitenoise==6.6.0\n- django-environ==0.11.2\n- selenium~=4.15.2\n- django-sendgrid-v5==1.2.3\n- OpenAI APi Key (https://openai.com/blog/openai-api)\n\n### Installation:\n\n**1.Clone the repository:**\n```shell\ngit clone https://github.com/yourusername/codebot.git\n```\n**2.Navigate to the codebot directory:**\n```shell\ncd codebot\n```\n**3. Install the required dependencies:**\n\n```shell\npip install -r requirements.txt\n```\n\n**4. Once everything installed, just run Django with the following command:**\n```shell\npython manage.py runserver\n```\n\n**5. Make an account, login and you are ready to ask for code suggestions or fixes.**\n\n\n## Contributing\n\nI welcome contributions from the community! If you'd like to contribute to Codebot, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature (`git checkout -b feature/AmazingFeature`).\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`).\n4. Push to the branch (`git push origin feature/AmazingFeature`).\n5. Open a pull request.\n\nHappy Coding!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdidogrigorov%2Fdjango-ai-codebot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdidogrigorov%2Fdjango-ai-codebot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdidogrigorov%2Fdjango-ai-codebot/lists"}