Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kumpeapps/amazon_purchase
https://github.com/kumpeapps/amazon_purchase
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kumpeapps/amazon_purchase
- Owner: kumpeapps
- License: gpl-3.0
- Created: 2024-02-10T23:00:24.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-10T23:15:24.000Z (11 months ago)
- Last Synced: 2024-04-17T05:45:28.013Z (9 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 AMAZONamazon = AMAZON(username, password)
link = "amazon link to the item you wish to purchase"
amazon.purchase(link)
```