=== TwentyFourth WP Scraper === Contributors: mbrown24,mxmandela Tags: scraping, Requires at least: 3.0.1 Tested up to: 5.4.2 Stable tag: 0.2.2 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == Scrape content from website using a visual elements selector, and export the data as anything including posts, pages, categories, products, menus, users, custom posts, etc. This scraper can work with ajax/javascript rendered pages as well. In order to do all this from WordPress, the plugin makes call to the scraper at http://sss-client.herokuapp.com/ which is the backend of the service. This is available to use outside a WordPress environment. Features: * Visual elements selector(no coding needed) * Scrape from Ajax/Javascript rendered pages * Pagination from source to scrape everything * Export data to WordPress * API access for third party clients such as a mobile application * Scheduling == Installation == This section describes how to install the plugin and get it working. 1. Upload the contents of the plugin to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = Is it stable? = The plugin is in beta! Untill version 1.* is released, this is a test drive. We however have taken required measures to reduce as much as possibe any bugs, and the code is safe to run on any platform even as we improve the features and everything else. = Is programming experience needed? = Not one bit, this plugin has a visual elements selector which helps you pick up items you want to scrape off a given page/link == Changelog == = 0.2.1 = * UI Updates, fix breaking scripts when running woocommerce = 0.2.2 = * Switch http file to OOP * Fix lodash bugs, `_.startCase` method