Skip to content

Instantly share code, notes, and snippets.

View chanramen's full-sized avatar

Roman Bessonov chanramen

  • Orenburg, Russia
View GitHub Profile
@chanramen
chanramen / turbo_gif_downloader.py
Created July 3, 2021 08:02
Turbo gif downloader
"""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
"""