Jeff Lin
Results
3
issues of
Jeff Lin
Can this api get actor info? for example, https://www.imdb.com/name/nm0000129
enhancement
omdb
``` const { Wechaty } = require('wechaty') function setupBot(id) { const bot = new Wechaty({ profile: `memory-cards/${id}` }) bot .on('scan', './on-scan') .start() return bot } setInterval(async () => { setupBot(Math.random())...