Skip to content

A simple Python Wrapper around the CDiscount Products API using Requests.

License

Notifications You must be signed in to change notification settings

wblondel/PythonCdiscountWrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonCdiscount

PythonCdiscount is a small wrapper around the Cdiscount Products API.

Requirements

PythonCdiscount requires Requests, an elegant and simple HTTP library for Python, built for human beings.

http:https://docs.python-requests.org/

You also need a Cdiscount API key, which you can get from here : https://dev.cdiscount.com

Installation

pip install pycdiscount

Example Use

from pycdiscount import PyCdiscount
app = PyCdiscount(api_key="YOUR API KEY")
searchresult = app.search("Iphone")

All results are returned in JSON format. If you want to show them in the console, I suggest you use the pprint module.

https://docs.python.org/3/library/pprint.html

Questions, Comments, etc?

Feel free to hit me up at the following:

GitHub: https://github.com/wblondel
Twitter: http:https://twitter.com/wgblondel
Email: [email protected]

About

A simple Python Wrapper around the CDiscount Products API using Requests.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages