Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.
/ VkAds Public archive

Collection of wrappers for Ads methods of VKontakte

Notifications You must be signed in to change notification settings

hexeh/VkAds

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages