Wattpad Scrapper
Simple Wattpad scrapper library
@@ Created on 24-12-21 | Dehanjing @@
+ Update: 1-01-22 | Dehanjing
! happy new year! xixixi
Installation
using npm package manager
npm install @dhnapi/wattpad.js
using yarn package manager
yarn add @dhnapi/wattpad.js
Example Request
'use strict';
const WattPads = require('@dhnapi/wattpad.js');
let wattpad = new WattPads();
(async () => {
wattpad.set('query', 'fury');
let response = await wattpad.search();
console.log(JSON.stringify(response, null, 2));
})();
more examples at here
Information
+ dont forget to star <3
! contribute to this project! ~~~
- please add issue if you having problem with installation
! github: https://github.com/Dehanjing/wattpad.js