Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VKontakte API (Ads)

Collection of wrappers for Ads methods of VKontakte

Example:

# -*- coding: utf-8 -*-

import pprint
from api import VK
from agency import AgencyAccount

if __name__ == '__main__':

	pp = pprint.PrettyPrinter( indent = 4 )
	try:
		config_f = open('config/vk.json')
		config = json.load(config_f)
		config_f.close()
	except:
		config = {}
	vk = VK(config, 'ads')
	agency = AgencyAccount(vk)

	pp.pprint(agency.getDictionaries('clients'))

Extended example can be found here

Requirements

App

Create VK App here

System

  • Python v3.0.6 or higher

About

Collection of wrappers for Ads methods of VKontakte

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages