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
- Host: GitHub
- URL: https://github.com/webklex/python_amazon_price_tracker
- Owner: Webklex
- License: mit
- Created: 2019-07-09T22:06:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T22:26:13.000Z (about 6 years ago)
- Last Synced: 2024-12-03T17:55:07.703Z (10 months ago)
- Topics: amazon, price-tracker, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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