{ "info": { "author": "amygdela09", "author_email": "kewlman9@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Tal0n\r\nA Python module to make it a simple task to scrape a website. Example: Talon.ScrapeFunction(URL).\r\n\r\nThis work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/.\r\n\r\nPython Module Dependencies:\r\n\r\n1.)os 2.)requests 3.)wget 4.)BeautifulSoup\r\n\r\nHow To Use:\r\n\r\n1.) Drag Talon.pyc to your project folder. 2.) In the top of your program's script put \"import Talon\" without quotations. 3.) Call the function you so desire.\r\n\r\nHow To Modify Source:\r\n\r\n1.) Open Talon.py in your preferred text editor or IDE. 2.) Go to town modifying the code. It's just plain old Python.\r\n\r\nFunctions:\r\n\r\nTalon.getImages(URL) - Extracts image sources from HTML and generates an HTML file containing the images. (images.html)\r\n\r\nTalon.getLinks(URL) - Extracts all href links from HTML and generates a TXT file containing the link addresses. (links.txt)\r\n\r\nTalon.getSource(URL) - Downloads the HTML file from the url you chose. (source.html)\r\n\r\nTalon.getContent(URL) - Extracts all of the content in a webpage. Content: 'h1', 'h2', 'span', 'p'. (content.txt)", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/amygdela09/Talon", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/.", "maintainer": "amygdela09", "maintainer_email": "kewlman9@gmail.com", "name": "Tal0n", "package_url": "https://pypi.org/project/Tal0n/", "platform": "", "project_url": "https://pypi.org/project/Tal0n/", "project_urls": { "Download": "https://github.com/amygdela09/Talon" }, "release_url": "https://pypi.org/project/Tal0n/1.0/", "requires_dist": null, "requires_python": null, "summary": "A Python module to make web scraping a \"one-line\" job.", "version": "1.0" }, "last_serial": 1990656, "releases": { "1.0": [] }, "urls": [] }