{"id":18079000,"url":"https://github.com/vicky002/customer-bot","last_synced_at":"2025-04-05T21:13:54.204Z","repository":{"id":85314149,"uuid":"63287931","full_name":"vicky002/customer-bot","owner":"vicky002","description":"Online customer Care Bot.","archived":false,"fork":false,"pushed_at":"2017-03-16T06:21:42.000Z","size":381,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-17T19:02:20.003Z","etag":null,"topics":["artificial-intelligence","bots","customer","deep-learning","machine-learning"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/vicky002.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}},"created_at":"2016-07-14T00:07:13.000Z","updated_at":"2017-07-20T08:37:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"7cbc46ed-6738-4e95-917e-cce9f81d6db6","html_url":"https://github.com/vicky002/customer-bot","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/vicky002%2Fcustomer-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicky002%2Fcustomer-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicky002%2Fcustomer-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicky002%2Fcustomer-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vicky002","download_url":"https://codeload.github.com/vicky002/customer-bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399886,"owners_count":20932880,"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":["artificial-intelligence","bots","customer","deep-learning","machine-learning"],"created_at":"2024-10-31T12:23:30.914Z","updated_at":"2025-04-05T21:13:54.176Z","avatar_url":"https://github.com/vicky002.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Customer-Bot\n\nA bot for online customer support. \n\n![Banner](/customerbot/images/banner.png)\n\n## Index\n\n- [What does it do](#what-does-it-do)\n- [App structuring](#app-structuring)\n- [Installation](#installation)\n    - [Clone it](#clone-it)\n    - [Setting up site locally](#setting-up-site-locally)\n    - [Deploying on the server](#deploying-on-the-server)\n- [Bot not working](#webapp-not-working)\n- [Contributing](#contributing)\n    - [TODO](#todo)\n- [License](#license)\n\n## What does it to\n[:arrow_up: Back to top](#index)\n\n## App structuring\n[:arrow_up: Back to top](#index)\n\n```sh\n.\n├── LICENSE\n├── README.md\n├── bin\n\t├── customer-bot   [This file will contain automated installation script]\n├── .gitignore  [files and folders to avoid while pushing code]\n├── setup.py [This file is used to upload project as Python package]\n├── requirements.txt [This is for all the project module requirements]\n\n```\n\n## Installation\n[:arrow_up: Back to top](#index)\n\n### Clone it\n```\n$ cd ~\n$ git clone https://github.com/vicky002/customer-bot.git   [Enter your username and password]\n\n```\nNow to start working on the project, please create a branch\n\n```\n$ cd customer-bot\n$ git checkout -b my_branch_name\n\n```\nNow you are in your branch! Make changes, build features or just poke around. \nWhen you start something new, make sure that you pull all the changes from master branch to your branch.\n\n```\n$ git pull origin master   [Then make all the changes]\n$ git add your_files and folders\n$ git commit -m 'your_commit_message'\n$ git push origin my_branch_name\n\n```\nInstall `pylint` for all python code linting and maintaing coding standards\n\n```\n$ sudo apt-get install pylint\n```\n\nNow, whenever you make any change in the code please run `pylint file_or_module_name` and fix all the others before pushing your code.\n\nThat's all! Once you're done with your new feature, create a pull request. Each PR will be reviewed by one of us before it goes to `master` branch. This way we all will be on the same track of what's happening in your codebase. \n\n\n### Setting up site locally\n\n[Will be updated very soon]\n\n\n### Deploying on the server\n\n[Will be updated very soon]\n\n\n## Bot not working\n[:arrow_up: Back to top](#index)\n\nIf you performed all the steps properly and bot is still not working locally, please write an email to [Vikesh Tiwari](mailto:tvicky002@gmail.com).\n\n\n\n## Contributing\n[:arrow_up: Back to top](#index)\n\n[This will be updated after launching the project]\n\n### Todo\n[:arrow_up: Back to top](#index)\n\n\n## License\n[:arrow_up: Back to top](#index)\n\nBuilt with :heart: and Python by [Vikesh Tiwari](http://tasdikrahman.me/), [Siddharth Shekhar](your_link_here) and [Shaquib Khan]().\n\nYou can find a copy of the License at [LICENSE](/LICENSE)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvicky002%2Fcustomer-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvicky002%2Fcustomer-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvicky002%2Fcustomer-bot/lists"}