vkontakte-downloader

Download Photo and Video from Wall of specific User or Community on https://vk.com

Setup

  • Clone the project

git clone https://github.com/0toshigami/vkontakte-downloader.git

  • Use the package manager pip to install all the requirements

pip install -r requirements.txt

  • Edit email and password in .env It is recommended to use phone number
EMAIL=your_email_or_phone_number
PASS=your_password

Usage

Run the follow command to start the script

py vk.py <domain> <offset> <count>

domain: User or community short address ( vk.com/user01 )

offset: Offset needed to return a specific subset of posts (positive number)

count: Number of posts to return (positive number) (maximum 100)

For example, run py vk.py user01 0 20 will start to get all photo or video from wall of user01, starting from post 0 to 19

GitHub

GitHub - 0toshigami/vkontakte-downloader: Download Photo and Video from Wall of specific user or community
Download Photo and Video from Wall of specific user or community - GitHub - 0toshigami/vkontakte-downloader: Download Photo and Video from Wall of specific user or community