{"id":13401469,"url":"https://github.com/chamkank/flask-chatterbot","last_synced_at":"2025-03-14T07:31:43.995Z","repository":{"id":45101036,"uuid":"66413193","full_name":"chamkank/flask-chatterbot","owner":"chamkank","description":"Simple boilerplate for ChatterBot using Flask","archived":false,"fork":false,"pushed_at":"2021-07-06T17:56:29.000Z","size":49,"stargazers_count":376,"open_issues_count":20,"forks_count":261,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-07-31T19:29:22.582Z","etag":null,"topics":["chatterbot","flask"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/chamkank.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}},"created_at":"2016-08-24T00:07:52.000Z","updated_at":"2024-07-20T00:23:57.000Z","dependencies_parsed_at":"2022-07-13T08:21:27.127Z","dependency_job_id":null,"html_url":"https://github.com/chamkank/flask-chatterbot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chamkank%2Fflask-chatterbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chamkank%2Fflask-chatterbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chamkank%2Fflask-chatterbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chamkank%2Fflask-chatterbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chamkank","download_url":"https://codeload.github.com/chamkank/flask-chatterbot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243541999,"owners_count":20307803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["chatterbot","flask"],"created_at":"2024-07-30T19:01:03.039Z","updated_at":"2025-03-14T07:31:43.979Z","avatar_url":"https://github.com/chamkank.png","language":"HTML","funding_links":[],"categories":["HTML","Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# flask-chatterbot\n\n#### A web implementation of [ChatterBot](https://github.com/gunthercox/ChatterBot) using Flask.\n\n## Local Setup:\n 1. Ensure that Python, Flask, SQLAlchemy, and ChatterBot are installed (either manually, or run `pip install -r requirements.txt`).\n 2. Run *app.py* with `python app.py`.\n 3. The demo will be live at [http://localhost:5000/](http://localhost:5000/)\n\n## How do I deploy this to a web server?\nIf you do not have a dedicated server, I highly recommend using [PythonAnywhere](https://www.pythonanywhere.com/), [AWS](https://aws.amazon.com/getting-started/projects/deploy-python-application/) or [Heroku](https://devcenter.heroku.com/articles/getting-started-with-python#introduction) to host your application.\n\n### Deploying on Heroku\nIf you are deploying on Heroku, you will have to change the database adapter from `chatterbot.storage.SQLStorageAdapter` to `chatterbot.storage.MongoDatabaseAdapter` since SQLite3 isn't supported. To do this simply change the following line:\n\n`english_bot = ChatBot(\"English Bot\", storage_adapter=\"chatterbot.storage.SQLStorageAdapter\")`\n\n... to use the MongoDB adapter:\n\n```\nenglish_bot = ChatBot(\"English Bot\", \n                     storage_adapter = \"chatterbot.storage.MongoDatabaseAdapter\",\n                     database = mongodb_name,\n                     database_uri = mongodb_uri)\n```\n... where `mongodb_name` is the name of the database you wish to connect to and `mongodb_uri` is the URI of a remote instance of MongoDB.\n\n## License\nThis source is free to use, but ChatterBot does have a license which still applies and can be found on the [LICENSE](https://github.com/gunthercox/ChatterBot/blob/master/LICENSE) page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchamkank%2Fflask-chatterbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchamkank%2Fflask-chatterbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchamkank%2Fflask-chatterbot/lists"}