Skip to content

Instantly share code, notes, and snippets.

View CertainLach's full-sized avatar

Yaroslav Bolyukin CertainLach

  • Serbia, Belgrade
  • 19:20 (UTC +02:00)
View GitHub Profile
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;