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
import axios from "axios"; | |
import striptags from "striptags"; | |
import { decode } from 'html-entities'; | |
import fs from 'fs'; | |
import QRCode from 'qrcode'; | |
import path from "path"; | |
import inquirer from 'inquirer'; | |
import DatePrompt from "inquirer-date-prompt"; | |
import dayjs from 'dayjs'; | |
import isYesterday from 'dayjs/plugin/isYesterday.js'; |