UNPKG

ipbcrawler

Version:

Package to mine forum data using the Invision Power Board platform.

9 lines (6 loc) 203 B
const cheerio = require('cheerio') const fs = require('fs') module.exports = name => { const t = fs.readFileSync(`${__dirname}/../tests/mocks/${name}.html`, 'utf-8') return cheerio.load(t) }