Skip to content

Price Tracker, çeşitli e-ticaret sitelerindeki ürünlerin fiyatlarını takip etmek için kullanılan bir web uygulamasıdır. Bu uygulama, Python 3.11 üzerinde çalışır.

Notifications You must be signed in to change notification settings

tahsinsoyak/price-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Price Tracker

Price Tracker is a web application used to track product prices on various e-commerce websites. This application runs on Python 3.11.

Features

  • Track product prices on popular e-commerce sites: Amazon, Trendyol, Hepsiburada, Defacto, LC Waikiki, Koton, Boyner, Mavi, Teknosa, Vatan, and Mediamarkt.
  • Add, delete, update, and search for products.
  • Scheduled task to regularly update product prices and specifications.
  • User-friendly interface.

Installation

  1. Clone the project to your computer.

    git clone https://github.com/tahsinsoyak/price-tracker.git
    cd price-tracker
  2. Create and activate a virtual environment.

    python -m venv venv
    .\venv\Scripts\activate
  3. Install the required packages.

    cd .\app\
    pip install -r requirements.txt
  4. Run the application.

    python app.py

Usage

Go to http://127.0.0.1:5000/ in your browser. Add products and track price changes.

Versions

Version 1.1

  • Added price tracking feature for popular e-commerce websites such as Amazon, Trendyol, Hepsiburada, Defacto, LC Waikiki, Koton, Boyner, Mavi, Teknosa, Vatan, and Mediamarkt.

Version 1.0 - First Release

  • Products are now stored using SQLite database.
  • Added functionality for adding, deleting, updating, and searching for products.
  • Scheduled task added to regularly update product prices and specifications.
  • User interface designed to be simple and user-friendly.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Screenshots

image image image image image

Support

If you like this project, please give it a ⭐️. Also, if you have any questions or suggestions, please open an issue.

About

Price Tracker, çeşitli e-ticaret sitelerindeki ürünlerin fiyatlarını takip etmek için kullanılan bir web uygulamasıdır. Bu uygulama, Python 3.11 üzerinde çalışır.

Resources

Stars

Watchers

Forks

Packages

No packages published