=== TwentyFourth WP Scraper === Contributors: mbrown24,mxmandela Tags: scraping, Requires at least: 3.0.1 Tested up to: 5.4.2 Stable tag: 0.1.6 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == Scrape from anywhere using then visual elements selector provided, and export the data as anything including posts, pages, categories, products, menus, users, custom posts, anything! In order to do this, the plugin makes call to the scraper at http://sss-client.herokuapp.com/ which is the backend of the service(SaaS) It also follows a simple approach for authentication, i.e an email address for api token so you can use your data in address mobile application for example. Premium Features: * Scheduling everything * Adding your users * And many more! == 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.1.2 = * A beta release = 0.1.3 = * 'Beta' improvements = 0.1.4 = * Fix scraping source link = 0.1.5 = * Sanitize inputs for deployment = 0.1.6 = * Improve docs