Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.
/ vk-fetch-posts Public archive

Node-based wall posts fetcher for VK social network.

Notifications You must be signed in to change notification settings

kblcuk/vk-fetch-posts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VK posts fetcher

This is a fairly simple command-line tool to fetch all posts from certain author(s) wall in VKontakte social network. I needed it once for my personal usage, and decided to put it here in case someone would have a similar need.

API's used:

Running

Make sure you have Node installed (duh). Then:

  • Clone this repo with git clone
  • Run npm install from root
  • Once npm finishes, run node vk-fetch-posts --authors [authors-ids] --group [group-id]

The resulting posts will appear in results folder.

Known issues

I didn't add much error handling, since this was a one-time used tool. Hence it might fail ungracefully.

About

Node-based wall posts fetcher for VK social network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published