Skip to content

Instantly share code, notes, and snippets.

View tokobin's full-sized avatar

0xbin tokobin

  • 03:49 (UTC +08:00)
View GitHub Profile
@tokobin
tokobin / binance-api-change-log-watch.ts
Created October 9, 2025 13:13 — forked from discountry/binance-api-change-log-watch.ts
Binance API Document Watch Dog
// 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';