npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@alex_rexby/n8n-nodes-vk

v0.4.8

Published

VKontakte (VK) API integration for n8n - Personal Account

Readme

n8n-nodes-vk

Нода ВКонтакте для n8n — автоматизация личной страницы VK.

Возможности

🎯 VK Node (Основная нода)

| # | Раздел | Операции | |---|--------|----------| | 1 | 👥 Сбор аудитории | Участники группы, Рекомендации друзей, Список друзей, Подписчики, Мои сообщества, Поиск сообществ, Информация о пользователе | | 2 | 📝 Постинг контента | Публикация на стене, Загрузка фото, Загрузка документов, Получить посты, Удалить запись, Репост | | 3 | ❤️ Взаимодействия | Добавить в друзья, Удалить из друзей, Заявки, Лайк, Убрать лайк, Вступить/покинуть группу, Комментарий | | 4 | 💬 Сообщения | Отправить ЛС, История, Диалоги, Прочитать, Удалить, Статус «печатает» | | 5 | 🔧 Утилиты | Проверить дружбу, Проверить лайк, LP-сервер, Получить комментарии |

Ключевые фичи:

  • Загрузка медиа — 3-шаговый процесс VK (getUploadServer → upload → save), работает из URL или binary
  • From Input — динамические ID из предыдущих нод для цепочек
  • Авто-пагинация — автоматический обход лимитов API с анти-флуд задержкой 250ms
  • Все описания на русском

⚡ VK Trigger (Триггер-нода)

| Событие | Метод | Описание | |---------|-------|----------| | Новое сообщение в ЛС | Long Poll | Реалтайм через LP-сервер | | Новый комментарий к посту | Polling | Мониторинг wall.getComments | | Заявка в друзья | Polling | Сравнение friends.getRequests | | Новый пост на стене | Polling | Мониторинг wall.get |

Триггеры используют staticData — первый запуск сохраняет состояние, не триггерит.

Установка

Через интерфейс n8n

Settings → Community Nodes → Install → n8n-nodes-vk

Через npm

cd ~/.n8n/nodes
npm install n8n-nodes-vk
# Перезапустить n8n

Получение токена

  1. Перейти на vkhost.github.io
  2. Нажать «Разрешить» — откроется страница с токеном в URL
  3. Скопировать access_token из адресной строки
  4. Вставить токен в настройки credentials ноды VK

Примеры workflow

Авто-лайк постов рекомендованных друзей

[VK: Рекомендации друзей] → [Filter город] → [VK: Получить посты from input] → [VK: Лайк from input] → [Wait 5-20s]

Автоответ на заявки в друзья

[VK Trigger: Заявка в друзья] → [VK: Добавить в друзья from input] → [VK: Отправить ЛС from input "Привет!"]

Мониторинг комментариев

[VK Trigger: Новый комментарий] → [IF содержит ключевое слово] → [VK: Написать комментарий-ответ]

Автопостинг с фото

[HTTP Request: скачать фото] → [VK: Загрузить фото] → [VK: Опубликовать на стене с attachment]

Лицензия

MIT