Skip to content

siavashg/blocket-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This client library is designed to support the Blocket REST API.

Access to the API can be requested via: http://www2.blocket.se/support/?id=18

Install: python setup.py install

Basic usage:

import blocket

b = blocket.API(app_id, api_key)
results = b.search("volvo")
for ad in results['ads']:
	print ad['subject']	

About

Tools to communicate with the Blocket.se REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages