This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Script for downloading gif images from vk.com group gif бумеры 2004 | |
Actually, you can download any gifs from any group, you just need to insert ID. | |
Requirements are: | |
* python 3.9+ (should work on python 3.6+, but haven't checked) | |
* aiohttp, asyncio-pool packages | |
ATTENTION: to poeceed, you have to acquire your own service token and insert it in TOKEN variable | |
""" |