Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 802 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 802 Bytes

vk-photo-downloader-bot

VK bot that allows you to download all photo attachments as single archive.

Use case:

  • Forward a message with images to a bot, it will download all photo attachments (including from nested forwarded messages) and replies with an archive with all of them packed together
  • You also may pick wished photos orientation, bot will rotate photos if it needed

Example:

demo

How to run it locally

  • Clone repository

    git clone https://github.com/proxodilka/vk-photo-downloader-bot.git

  • Run main script

    python3 main.py it will generate config.json which you need to fill with your access token and group id.

  • Run main script again

    python3 main.py

  • You rock!