codelist.cc
v1.0.1
Published
Scraping from site codelist.cc and auto Post to Wordpress
Downloads
3
Readme
codelist.cc-Scraper
Scraping from site codelist.cc and auto Post to Wordpress
DEMO : https://imutasi.com
Requirements
you must install plugin WordPress REST API Authentication
and create JWT Authetication
Link : https://wordpress.org/plugins/wp-rest-api-authentication/
Running
change config.js
module.exports = {
Authorization_Key: "", // this is from WordPress REST API Authentication` and create Basic Authetication
siteUrl: "https://nulled.imtaqin.id", // your wp site
howManyPages: 1, // how many pages that you will scrape , 1 is mean just 1 page
safeLinks: true, // set true to use safelink api
safeLinkUrlApi: "https://safelink?api=apikey&url=",
};
NOTE :
This is completly free script, and educational purpose only, i wrote this code in my freetime
feel free to contribute