Skip to content

Instantly share code, notes, and snippets.

View MoonCheung's full-sized avatar
😏
Don’t always worry about failure, focus on trying

Moon Cheung MoonCheung

😏
Don’t always worry about failure, focus on trying
View GitHub Profile
// watcher.js
// 每秒抓取 https://developers.binance.com/docs/derivatives/change-log
// 发现正文变化则把“新增/变更的行”发到 Telegram
import fs from 'fs';
import path from 'path';
import process from 'process';
import dotenv from 'dotenv';
import cheerio from 'cheerio';