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:
-
Clone repository
git clone https://github.com/proxodilka/vk-photo-downloader-bot.git
-
Run main script
python3 main.py
it will generateconfig.json
which you need to fill with your access token and group id. -
Run main script again
python3 main.py
-
You rock!