{ "info": { "author": "Wojciech Kubaty", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "This program was created in order to help distinguish fake news/clickbait article from reliable one. It is based on:\n - blacklist sites which have poor reputation\n - title expressions generally considered as clickbaits\n - opinion expressions, which is non-neutral and creates a special view on issue\n\nIt won't clearly show you forbidden sites, but as a result it returns top websites links with indexes of untrust.\nIndexes starts at 0 which means that in the article was not found any suspected expressions.\nThe higher returned index is, the more untrusted site it is. You should think twice before you click on them.\n\n## How to use\n1. Run python and then:\n >>> from post_truth_checker import main\n >>> main.run('expression')\nwhere is a phrase you want to test out. The phrase have to be in quotation signs.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/AGHPythonCourse2017/zad3-detori", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "post_truth_checker", "package_url": "https://pypi.org/project/post_truth_checker/", "platform": "", "project_url": "https://pypi.org/project/post_truth_checker/", "project_urls": { "Homepage": "https://github.com/AGHPythonCourse2017/zad3-detori" }, "release_url": "https://pypi.org/project/post_truth_checker/0.2/", "requires_dist": null, "requires_python": "", "summary": "Checks reliability of sites", "version": "0.2" }, "last_serial": 3141174, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "70b484d2d4ad7e74062cca184ae8060f", "sha256": "ba527e9e1275537d4493451586e1fd0e1540ea9fbfa66b8946dd3dc743624d56" }, "downloads": -1, "filename": "post_truth_checker-0.1.tar.gz", "has_sig": false, "md5_digest": "70b484d2d4ad7e74062cca184ae8060f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11704, "upload_time": "2017-09-01T18:28:16", "url": "https://files.pythonhosted.org/packages/0e/9f/98ee24237cad4995fe5a1e86f4487015b0f0fbf551e75ef8ee0f3029d6ea/post_truth_checker-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "0618aff3b43b03227802e398e304fba3", "sha256": "89fcc337b592e239e3c031b9fafa49419644b9e82e94b969ea2f86b73d801b41" }, "downloads": -1, "filename": "post_truth_checker-0.2.tar.gz", "has_sig": false, "md5_digest": "0618aff3b43b03227802e398e304fba3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12425, "upload_time": "2017-09-01T18:34:56", "url": "https://files.pythonhosted.org/packages/e1/f2/639495773b81e96976854a51fc0fe262bdb604c3781d7930e8e6470800a7/post_truth_checker-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0618aff3b43b03227802e398e304fba3", "sha256": "89fcc337b592e239e3c031b9fafa49419644b9e82e94b969ea2f86b73d801b41" }, "downloads": -1, "filename": "post_truth_checker-0.2.tar.gz", "has_sig": false, "md5_digest": "0618aff3b43b03227802e398e304fba3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12425, "upload_time": "2017-09-01T18:34:56", "url": "https://files.pythonhosted.org/packages/e1/f2/639495773b81e96976854a51fc0fe262bdb604c3781d7930e8e6470800a7/post_truth_checker-0.2.tar.gz" } ] }