{"id":30697627,"url":"https://github.com/robertovicario/chatbot","last_synced_at":"2026-05-18T15:07:49.341Z","repository":{"id":309710034,"uuid":"1037171219","full_name":"robertovicario/Chatbot","owner":"robertovicario","description":"An AI-powered assistant that can answer questions.","archived":false,"fork":false,"pushed_at":"2025-10-16T09:24:21.000Z","size":443,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-17T01:09:40.637Z","etag":null,"topics":["chatbot","flask","python","webapp"],"latest_commit_sha":null,"homepage":"https://chatbot-af5u.onrender.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robertovicario.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-13T07:06:43.000Z","updated_at":"2025-10-15T23:34:22.000Z","dependencies_parsed_at":"2025-09-02T09:36:55.352Z","dependency_job_id":"0621e194-bead-4271-a613-62b22082ab36","html_url":"https://github.com/robertovicario/Chatbot","commit_stats":null,"previous_names":["robertovicario/chatbot"],"tags_count":0,"template":false,"template_full_name":"robertovicario/PythonApp","purl":"pkg:github/robertovicario/Chatbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertovicario%2FChatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertovicario%2FChatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertovicario%2FChatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertovicario%2FChatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertovicario","download_url":"https://codeload.github.com/robertovicario/Chatbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertovicario%2FChatbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33181835,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["chatbot","flask","python","webapp"],"created_at":"2025-09-02T09:36:44.490Z","updated_at":"2026-05-18T15:07:49.336Z","avatar_url":"https://github.com/robertovicario.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"| \u003cimg src=\"docs/chatbot.svg\" width=\"128\"\u003e |\n| - |\n\n# Chatbot\n\n## Overview\n\nThis project is a simple chatbot application. It provides a user-friendly interface for interacting with the chatbot, allowing users to ask questions and receive responses.\n\n## Prerequisites\n\n\u003e [!IMPORTANT]\n\u003e\n\u003e - Docker\n\u003e - Docker Compose\n\n## User Interface (UI)\n\n| \u003ca href=\"https://chatbot-af5u.onrender.com\"\u003e\u003cimg src=\"docs/cover.png\" alt=\"UI\" width=\"512\"\u003e\u003c/a\u003e |\n| :-: |\n| **Home - Chatbot** |\n\n## Instructions\n\nUsage:\n\n```sh\nbash cmd.sh {start|stop|setup|clear|build|deploy}\n```\n\n### `setup`\n\nIf you haven't built the project yet, you can do so by running:\n\n```sh\nbash cmd.sh setup\n```\n\nOnce the setup process is complete, the project will be accessible at `localhost:7860`.\n\n\u003e [!WARNING]\n\u003e\n\u003e If this port is already in use, search for all occurrences of `7860` within the project and replace them with your preferred port number. After making these changes, you'll need to rebuild the project for the modifications to take effect.\n\n### `start`\n\nThe program will run in debug mode, meaning frontend changes will be rendered upon reload. However, if you make changes to the backend, you will need to restart the program by running:\n\n```sh\nbash cmd.sh start\n```\n\n### `stop`\n\nTo stop the program, simply run:\n\n```sh\nbash cmd.sh stop\n```\n\n\u003e [!TIP]  \n\u003e For a quicker way to stop, use `ctrl + C` to force stop the program.\n\n### `clear`\n\nIf you need to clear all containers and their orphaned dependencies, you can run:\n\n```sh\nbash cmd.sh clear\n```\n\n### `build`\n\nTo generate the static files for the project, run the following command:\n\n```sh\nbash cmd.sh build\n```\n\nAfter the build process completes, the static files will be available in the `build` directory.\n\n### `deploy`\n\nTo deploy the application to production, you can use the following command:\n\n```sh\nbash cmd.sh deploy\n```\n\nThis project leverages GitHub Actions for CI/CD. The deployment workflow is configured to automatically build the project and deploy it to the HuggingFace Spaces environment.\n\n## License\n\nThis project is distributed under [GNU General Public License version 3](https://opensource.org/license/gpl-3-0). You can find the complete text of the license in the project repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertovicario%2Fchatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertovicario%2Fchatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertovicario%2Fchatbot/lists"}