{"id":20545422,"url":"https://github.com/iamvukasin/filminds","last_synced_at":"2026-05-17T03:39:34.003Z","repository":{"id":53680442,"uuid":"173439319","full_name":"iamvukasin/filminds","owner":"iamvukasin","description":"🤖  Personal movie recommendation chat bot","archived":false,"fork":false,"pushed_at":"2021-03-19T14:17:35.000Z","size":6998,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T05:13:30.372Z","etag":null,"topics":["bot","chatbot","django","django-rest-framework","movies-recommendation","python"],"latest_commit_sha":null,"homepage":"","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/iamvukasin.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}},"created_at":"2019-03-02T11:25:06.000Z","updated_at":"2021-03-19T14:17:26.000Z","dependencies_parsed_at":"2022-09-22T14:38:43.076Z","dependency_job_id":null,"html_url":"https://github.com/iamvukasin/filminds","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iamvukasin/filminds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamvukasin%2Ffilminds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamvukasin%2Ffilminds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamvukasin%2Ffilminds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamvukasin%2Ffilminds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamvukasin","download_url":"https://codeload.github.com/iamvukasin/filminds/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamvukasin%2Ffilminds/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263868246,"owners_count":23522317,"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":["bot","chatbot","django","django-rest-framework","movies-recommendation","python"],"created_at":"2024-11-16T01:51:58.601Z","updated_at":"2026-05-17T03:39:28.969Z","avatar_url":"https://github.com/iamvukasin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Filminds\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/35d44710dc094c6593f91597bebab237)](https://app.codacy.com/app/iamvukasin/filminds?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=iamvukasin/filminds\u0026utm_campaign=Badge_Grade_Dashboard)\n\n## Table of contents\n\n* [Getting started](#getting-started)\n    * [Front-end](#front-end)\n    * [Backend-end](#back-end)\n    * [Configuration](#configuration)\n* [License](#license)\n\n## Getting started\n\n### Front-end\n\nBefore building and running the project, make sure you have installed [Node.js](https://nodejs.org/en/download/) and\n[Yarn](https://yarnpkg.com/en/docs/install). Now, you have to install [Gulp](https://gulpjs.com/):\n\n```bash\n$ npm install gulp-cli -g\n```\n\nAnd then move to the project's root folder and install all dependencies:\n\n```bash\n$ yarn\n```\n\nIf you want to build the project, just type:\n\n```bash\n$ gulp\n```\n\n### Back-end\n\nWe use Django as our back-end framework. Before running the project make sure you have installed\n[Python 3](https://www.python.org/downloads/) and\n[Pipenv](https://pipenv.readthedocs.io/en/latest/install/#installing-pipenv). To download the dependencies, just type:\n\n```bash\n$ pipenv install --dev\n```\n\nTo run the project, make sure you're in the project's root and type:\n\n```bash\n$ python manage.py runserver\n```\n\n### Configuration\n\nAll project configuration is controlled in the `config.py` file. Make sure you have added API keys here or via\nenvironment variables:\n\n```python\nTMDB_API_KEY = \u003c\u003cTMDB_API_KEY\u003e\u003e\nWIT_ACCESS_TOKEN = \u003c\u003cWIT_ACCESS_TOKEN\u003e\u003e\n```\n\n## License\n\nFilminds is released under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamvukasin%2Ffilminds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamvukasin%2Ffilminds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamvukasin%2Ffilminds/lists"}