September 16, 2022 at 4:08 PM
Just scraping the junk code _^
Next read it yourself on my github
https://github.com/LoliKillers/lolkil-scraper/blob/master/README.md
Just want to share, making your own also takes time _^
npm install lolkil-scraper
Or
yarn add lolkil-scraper
//Examle CommonJS
var lolkilScraper = require('lolkil-scraper')
lolkilScraper.anime.otakudesu_search('one piece')
.then(response => {
console.log(response)
})
.catch(error => { console.log
. log (error)
})
Next read it yourself on my github
https://github.com/LoliKillers/lolkil-scraper/blob/master/README.md
Just want to share, making your own also takes time _^
