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 COLLECTION_DIR = 'путь до папки с музыкой без / в конце'; | |
const VK_TOKEN = 'токен'; | |
const THREADS=4; | |
const url = require("url"); | |
const http = require("http"); | |
const https = require("https"); | |
const fs = require("fs"); | |
let canReceive = true; |