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

https://github.com/webklex/python_amazon_price_tracker

Python Amazon Price Tracker
https://github.com/webklex/python_amazon_price_tracker

amazon price-tracker python

Last synced: 3 days ago
JSON representation

Python Amazon Price Tracker

Awesome Lists containing this project

README

          

# Python Amazon Price Tracker
[![Software License][ico-license]](LICENSE.md)

An Amazon price tracker written in python.

### Requirements
- Python

### Installation / Setup
```bash
git clone https://github.com/Webklex/python_amazon_price_tracker.git
cd python_amazon_price_tracker
pip install requests bs4
```

### Run
```bash
python main.py
```

### Configuration
Please take a look at the [main.py](main.py) for more information.

## Credits
- [Webklex][link-author]
- [All Contributors][link-contributors]

## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[link-contributors]: https://github.com/Webklex/python_amazon_price_tracker/graphs/contributors
[link-author]: https://github.com/webklex