Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 796 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 796 Bytes

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.