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
| const fs = require('fs').promises; | |
| const path = require('path'); | |
| const { promisify } = require('util'); | |
| const { exec: execCB } = require('child_process'); | |
| const { bot, pinterestSearch, addExif } = require('../lib'); | |
| const exec = promisify(execCB); | |
| const MAX = 1024 * 1024; | |
| const UK = ''; | |
| const TK = 'LIVDSRZULELA'; |
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
| #!/usr/bin/env bash | |
| cd "${1:-$(pwd)}" || exit 1 | |
| shift 1 2>/dev/null | |
| R='\033[31m';G='\033[32m';Y='\033[33m';B='\033[34m';C='\033[36m';BB='\033[1m';N='\033[0m' | |
| L1=950 | |
| L2=900 |
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
| const fs = require('fs').promises; | |
| const path = require('path'); | |
| const { promisify } = require('util'); | |
| const { exec: execCB } = require('child_process'); | |
| const { bot, pinterestSearch, addExif } = require('../lib'); | |
| const exec = promisify(execCB); | |
| const MAX = 1024 * 1024; | |
| const UK = ''; | |
| const TK = 'LIVDSRZULELA'; |
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
| const fs = require('fs').promises; | |
| const path = require('path'); | |
| const { bot } = require('../lib'); | |
| class RSSManager { | |
| constructor() { | |
| this.client = null; | |
| this.dataDir = null; | |
| this.intervalMs = 60000; |
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
| const fs = require('fs').promises; | |
| const path = require('path'); | |
| const { promisify } = require('util'); | |
| const { exec: execCallback } = require('child_process'); | |
| const { bot } = require('../lib'); | |
| const exec = promisify(execCallback); | |
| const fmtTime = (s) => { | |
| if (!s || isNaN(s)) return "0"; |
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
| // ENV Change manager... Ej; HELPERCMD = "yarn add " | |
| const { bot, setVar, getVars } = require('../lib'); | |
| const { exec } = require('child_process'); | |
| const { promisify } = require('util'); | |
| const eP = promisify(exec); | |
| class HelperNPM { | |
| constructor() { | |
| this.installed = false; |
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
| const fs = require('fs').promises; | |
| const {createReadStream, existsSync, statSync} = require('fs'); | |
| const path = require('path'); | |
| const {exec, spawn} = require('child_process'); | |
| const {promisify} = require('util'); | |
| const {execSync} = require('child_process'); | |
| const {bot, logger} = require('../lib'); | |
| const eP = promisify(exec); | |
| const LTO = 300000; |
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
| const axios = require('axios'); | |
| const cheerio = require('cheerio'); | |
| const { chromium } = require('playwright'); | |
| const fs = require('fs').promises; | |
| const path = require('path'); | |
| const os = require('os'); | |
| const { promisify } = require('util'); | |
| const { exec: execCallback } = require('child_process'); | |
| const { bot } = require('../lib'); | |
| require('dotenv').config(); |
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
| const fs = require('fs').promises; | |
| const { openSync } = require('fs'); | |
| const path = require('path'); | |
| const os = require('os'); | |
| const net = require('net'); | |
| const crypto = require('crypto'); | |
| const { spawn, execFile } = require('child_process'); | |
| const { promisify } = require('util'); | |
| const { bot } = require('../lib'); |
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
| const fs = require('fs').promises; | |
| const path = require('path'); | |
| const { bot, sleep } = require('../lib'); | |
| const { restartInstance } = require('../lib/pm2'); | |
| const T1 = "Converting, Restarting Bot, wait a moment..."; | |
| const T2 = "Session Manager"; | |
| const T3 = "Add new session:"; |
NewerOlder