scraperbot
v0.0.1
Published
Telegram bot for adhoc scraping using cheerio
Downloads
3
Readme
scraperbot
Telegram bot
Configuration
config/development.js
namespace: 'scraperbot',
loggerLevel: 'debug'
where all Redis keys will be prefixed with scraperbot
Test data
const testData = {
ok: (multi, ctx) => {
},
};
Note our convention that Redis keys for hashes are postfixed with :h
Error handling