This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Put this file under src folder in the path where you put the run.sh | |
| const puppeteer = require("puppeteer"); | |
| const http = require("node:http"); | |
| const influxOrg = '' | |
| const influxBucket = '' | |
| const influxHost = '' | |
| const influxPort = 8086 | |
| const influxToken = '' |
NewerOlder