This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Import WP TESTS Data | |
# This needs the WordPress Importer plugin to be installed. | |
# Click on WordPress and install the WordPress Importer plugin, if it's not already installed, and click Activate Plugin & Run Importer after the installation completes. | |
# Change to your wordpress installation directory | |
cd $WPPATH | |
# Download the wp posts file by curl | |
curl -O https://raw.githubusercontent.com/manovotny/wptest/master/wptest.xml | |
# Import Media, Categories,Users, Posts via below commands |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import socket | |
import ssl | |
import datetime | |
import time | |
domains_url = [ | |
"google.com", | |
"github.com" | |
] |
OlderNewer