{ "info": { "author": "luiz.yao", "author_email": "fyyaom@163.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Build Tools" ], "description": "====\ndouban\n====\ndouban is a django app to collect movie's short comments in douban.com.\n\nQuick start\n-----------\n\n1. Add \"douban\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'douban',\n )\n\n2. Set database configuration in your INSTALLED_APPS setting like this::\n\n 'default': {\n 'ENGINE': 'django.db.backends.mysql',\n 'NAME': '', # database name\n 'USER': '', # username\n 'PASSWORD': '', # password\n 'HOST': '127.0.0.1',\n 'PORT': '3306', # default listen port\n 'OPTIONS': {\n 'init_command': \"SET sql_mode='STRICT_TRANS_TABLES'\",\n # the default charset used by django to connect db is 'utf-8'\n # change to 'utf8mb4' is recommended, otherwise some data like emoji faces cannot save\n 'charset': 'utf8mb4',\n },\n } \n\n3. Include the polls URLconf in your project urls.py like this::\n\n from django.urls import include\n from django.conf.urls import url\n\n url(r'^douban/', include('douban.urls'))\n\n4. Run `python3 manage.py makemigrations douban` and `python3 manage.py migrate` to create the douban models.\n\n5. Visit http://127.0.0.1:8000/douban/ to participate it.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/LuizYao/django_scrapy_douban", "keywords": "sample django and scrapy project", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-scrapy-douban", "package_url": "https://pypi.org/project/django-scrapy-douban/", "platform": "", "project_url": "https://pypi.org/project/django-scrapy-douban/", "project_urls": { "Homepage": "https://github.com/LuizYao/django_scrapy_douban" }, "release_url": "https://pypi.org/project/django-scrapy-douban/1.1.2/", "requires_dist": [ "scrapy", "django", "requests", "bs4", "lxml", "ijson", "mysqlclient" ], "requires_python": "", "summary": "A simple Django app to collect and display movie's short comments from douban.com.", "version": "1.1.2" }, "last_serial": 3905198, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "b57f747f7f6b89b41692e77bcbf7ceb5", "sha256": "61e645ac3e86c28a79242a5db7e812f3e1e3568ca468da9dbdd79a4e5422274d" }, "downloads": -1, "filename": "django_scrapy_douban-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b57f747f7f6b89b41692e77bcbf7ceb5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1250768, "upload_time": "2018-02-03T11:48:54", "url": "https://files.pythonhosted.org/packages/ac/f9/ace79f33e6a65912de76b9919ce70699f4c585d03ff60dd5a0446b410d78/django_scrapy_douban-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "229cdc8c9a5b69ff00a01aff3a0f4909", "sha256": "6638161dca1827163f4ad4a82cca4bf2f13e352cc4f34fbf104181c0d44b3153" }, "downloads": -1, "filename": "django-scrapy-douban-1.0.tar.gz", "has_sig": false, "md5_digest": "229cdc8c9a5b69ff00a01aff3a0f4909", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25135, "upload_time": "2018-02-03T11:48:56", "url": "https://files.pythonhosted.org/packages/a7/d4/4f0f1d1afcef2f092e9bf2af59a280e5b15d8e3b8ab49de6727b5dd84bf8/django-scrapy-douban-1.0.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "0ade1463a3b1faf9f611bfbd0e3d3689", "sha256": "19bb256b771cdbebd57d339606c0426e464552bc1e1908ad760f39ac04036978" }, "downloads": -1, "filename": "django_scrapy_douban-1.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "0ade1463a3b1faf9f611bfbd0e3d3689", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 27419, "upload_time": "2018-03-16T23:06:58", "url": "https://files.pythonhosted.org/packages/75/73/aa7a4aa7f9713e26d1ff77ea7d8d57a950a62fa456a968064cb45602d86d/django_scrapy_douban-1.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7d26e7798730fe6f1255139afd149954", "sha256": "9edcc98333055e5ded2209eaf075e1ce4982380d3e4d4117a68a0a41665f22dd" }, "downloads": -1, "filename": "django-scrapy-douban-1.1.2.tar.gz", "has_sig": false, "md5_digest": "7d26e7798730fe6f1255139afd149954", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20418, "upload_time": "2018-03-16T23:07:00", "url": "https://files.pythonhosted.org/packages/58/39/96e711a41127095c7ac759ae08aa730c6ebc4a425c95e3228113985ed65f/django-scrapy-douban-1.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0ade1463a3b1faf9f611bfbd0e3d3689", "sha256": "19bb256b771cdbebd57d339606c0426e464552bc1e1908ad760f39ac04036978" }, "downloads": -1, "filename": "django_scrapy_douban-1.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "0ade1463a3b1faf9f611bfbd0e3d3689", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 27419, "upload_time": "2018-03-16T23:06:58", "url": "https://files.pythonhosted.org/packages/75/73/aa7a4aa7f9713e26d1ff77ea7d8d57a950a62fa456a968064cb45602d86d/django_scrapy_douban-1.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7d26e7798730fe6f1255139afd149954", "sha256": "9edcc98333055e5ded2209eaf075e1ce4982380d3e4d4117a68a0a41665f22dd" }, "downloads": -1, "filename": "django-scrapy-douban-1.1.2.tar.gz", "has_sig": false, "md5_digest": "7d26e7798730fe6f1255139afd149954", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20418, "upload_time": "2018-03-16T23:07:00", "url": "https://files.pythonhosted.org/packages/58/39/96e711a41127095c7ac759ae08aa730c6ebc4a425c95e3228113985ed65f/django-scrapy-douban-1.1.2.tar.gz" } ] }