Skip to content

portrunban/node-vkapi-uploadWallPhoto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EN

Upload photos to the wall of social group VKontakte API. The node-fetch library is used.

Path to the image for download ./image.jpg

Before starting, you need to edit the .env file

IDGROUP=123456
TOKEN=123456

Open the terminal in the folder with the bot and enter the commands

npm i
npm run start

You must have the Node Js platform installed to work https://nodejs.org/en/

RU

Загрузка фотографий на стену с помощью API ВКонтакте. Основан на библиотеке Axios.

Картинку берёт из родной директории ./image.

В env файле необходимо указать токен и ID группы.

IDGROUP=123456
TOKEN=123456

Для запуска необходимо открыть консоль и ввести последовательно команды

npm i
npm run start

Для работы у вас должна быть установлена платформа Node Js https://nodejs.org/en/

Releases

No releases published

Packages

No packages published