SOME OF THE PROJECTS ARE MOVED IN THEIR SEPARATE REPOSITORIES
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Unbewohnte 1502d1b4dd Directory is now sorted 3 years ago
..
LICENSE Add files via upload 3 years ago
README.md Add files via upload 3 years ago
VkImageSender.py Directory is now sorted 3 years ago

README.md

VkImageSender

A tiny script to send images to a user in VK

Usage

there is only one core function sendImages that takes 4 parameters:

  1. img_dir (str) - path to the directory with images that you want to send
  2. ID (int) - id of a person/group chat; the script will send images there
  3. IS_GROUP_CHAT (bool) - self-explanatory, api has a little difference in handling group chats
  4. TOKEN (str) - your API token; (see: https://vk.com/dev/access_token)