Skip to content

Instantly share code, notes, and snippets.

View Popov-VV's full-sized avatar

Viktor Popov Popov-VV

  • Montenegro/Podgorica
View GitHub Profile
@Popov-VV
Popov-VV / linkedin-api.js
Created March 30, 2023 20:06 — forked from spraddles/linkedin-api.js
Linkedin API to create a video post
import axios from 'axios'
import fs, { readFileSync } from 'fs'
import { Blob } from 'buffer'
import { exec } from 'child_process'
import path from 'path'
import stream from 'stream'
import { promisify } from 'util'
import dotenv from 'dotenv'
dotenv.config()