Skip to content

An application to put likes on photos of friends on Vkontakte

Notifications You must be signed in to change notification settings

Vaynbaum/Like-photos-in-vk-friends-albums

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Like friends photos vk

The application allows you to like photos of friends on Vkontakte


How to use

To like photos, you need to log in. This can be done using the login and password from the VK account and the access token that you need to get. (The login and password are not saved by the application. Only a temporary access token is saved).

Auth by login and password

In the menu, select Auth->Auth by password. Then enter the data and press the button. In case of successful authorization, information about the user will be displayed on the main form.

image image

Otherwise, a message about incorrect data and advice to try using the access token.

Auth by access token

In the menu, select Auth->Auth by access token.

Then there will be a short instruction:

  1. Go to the website
  2. Allow access
  3. Enter the url of the page to be redirected to

image

The site to go to and give permission to. image image

After that, you need to copy the entire url of the page and paste it into the field on the form. image

Language

The application is available in Russian and English. In the menu, you can select the desired language.

image

Albums

First you need to choose the owner of the album (friend or yourself) and click 'Show albums. After that, the albums availableto you and thenumber of photosin it will be displayed in thealbum list`. image

Liking photos

You need to select an album and click the button Put likes to like all photos or Remove likes to remove likes from them. In the lower part of the form, the name of the operation, its progress and the cancel button are displayed. After the operation is completed successfully, a message will be displayed.

image image

After a large number of requests, you will need to enter the captcha text to continue the operation.

image

Application Technologies

The forms are created using Tkinter. But for the user interface, you can make another option.

Gettext is used for localization. It is very easy to add a new language:

  1. Based on a template (file: like.pot), using (for example, the Poedit program), create a new language variant.
  2. Save to the directory handlers\languages\locale\ with the abbreviation of the language (for example, es) and the folder \LC_MESSAGES.
  3. Create a new FooLanguage class that inherits the abstract Language class.
  4. Create an instance in the MainHandler.

About

An application to put likes on photos of friends on Vkontakte

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages