{ "info": { "author": "Caleb Shortt", "author_email": "caleb@rgauge.com", "bugtrack_url": null, "classifiers": [], "description": "\r\n================\r\nPastebin Scraper\r\n================\r\n\r\nDescription\r\n-----------\r\n\r\nThis project is a simple scraper that targets the website \"pastebin\". It scans through the public paste archives\r\nand looks for anything that might match a password-like pattern.\r\n\r\nIt has been designed to be easily extensible for other pages or websites.\r\n\r\n\r\nUsage\r\n-----\r\n\r\nAn example is in pastebin_scraper.py:\r\n\r\n.. code-block:: python\r\n\r\n from presets.pastebin import PastebinScraper\r\n\r\n if __name__ == \"__main__\":\r\n\r\n pastebin_scraper = PastebinScraper()\r\n password_matches = pastebin_scraper.analyze()\r\n\r\n for pwm in password_matches:\r\n print pwm\r\n\r\n\r\nRequirements\r\n------------\r\n\r\n* All requirements are listed in requirements.txt\r\n\r\nInstall them using [pip](https://pip.pypa.io/en/latest/): \r\n\r\n\r\n.. code-block:: python\r\n\r\n pip install -r requirements.txt\r\n\r\n\r\n* The setup script will install the requirements if pip is installed.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/cshortt/pastebin-scraper/", "keywords": "pastebin,scraperpython,password", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "PBPWScraper", "package_url": "https://pypi.org/project/PBPWScraper/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PBPWScraper/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/cshortt/pastebin-scraper/" }, "release_url": "https://pypi.org/project/PBPWScraper/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "A simple scraper of the public posts on pastebin. It looks for passwords.", "version": "1.0.2" }, "last_serial": 1418590, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "9f2b72fbe3012900ea3c4bd4118550a1", "sha256": "e07f96d88b5abcd443222a2b0a8964f29ed21a6016b2dcccaa605b58a9af34cb" }, "downloads": -1, "filename": "PBPWScraper-1.0.1.tar.gz", "has_sig": false, "md5_digest": "9f2b72fbe3012900ea3c4bd4118550a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3269, "upload_time": "2015-02-10T23:32:21", "url": "https://files.pythonhosted.org/packages/60/64/b0acbcb4010ba1c3957fce837b9737624200d3ad6d56136c232ba8482427/PBPWScraper-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "d1d97c205d939431b5d1707a0af5298d", "sha256": "96f25cc73fc52ddf0508c86dd59de390c467abc2b52949eeb355f83bd230fdf0" }, "downloads": -1, "filename": "PBPWScraper-1.0.2.tar.gz", "has_sig": false, "md5_digest": "d1d97c205d939431b5d1707a0af5298d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3227, "upload_time": "2015-02-10T23:48:28", "url": "https://files.pythonhosted.org/packages/e0/73/26efdee9a7bdae85a8485404fd5d2aa511a7714bede3a6aca521ec94165a/PBPWScraper-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d1d97c205d939431b5d1707a0af5298d", "sha256": "96f25cc73fc52ddf0508c86dd59de390c467abc2b52949eeb355f83bd230fdf0" }, "downloads": -1, "filename": "PBPWScraper-1.0.2.tar.gz", "has_sig": false, "md5_digest": "d1d97c205d939431b5d1707a0af5298d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3227, "upload_time": "2015-02-10T23:48:28", "url": "https://files.pythonhosted.org/packages/e0/73/26efdee9a7bdae85a8485404fd5d2aa511a7714bede3a6aca521ec94165a/PBPWScraper-1.0.2.tar.gz" } ] }