You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wattpad-deno/test.ts

20 lines
293 B

import Wattpad from "./mod.ts";
const wp = new Wattpad();
/*const search = wp.search({
query: "bendy x reader",
});*/
const search = wp.tagSearch({
tags: [
"bendyxreader",
],
});
await search.update(0);
await search.results[0].init();
console.log(search.results[0]);