Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kumpeapps/amazon_purchase


https://github.com/kumpeapps/amazon_purchase

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# amazon_purchase
![PyPI - Version](https://img.shields.io/pypi/v/amazon_purchase) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/amazon_purchase)
![PyPI - License](https://img.shields.io/pypi/l/amazon_purchase)

### Install
```python
pip install amazon_purchase --upgrade
```

### Make A Purchase
```python
from amazon_purchase import AMAZON

amazon = AMAZON(username, password)
link = "amazon link to the item you wish to purchase"
amazon.purchase(link)
```