Skip to content

atugharajohn/Price_Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Price Tracker

This script is designed to track prices on the Netcup website. It makes requests to specific pages on the site, retrieves product information, and saves it in a structured format for later analysis.

Features

  • Tracks prices for a predefined list of pages on the Netcup website.
  • Saves product information in a structured JSON format.
  • Organizes data by year and product type for easy access and analysis.
  • Handles exceptions and logs errors for easy debugging.

Dependencies

This script requires the following Python libraries:

  • requests
  • json
  • time
  • os
  • logging
  • datetime Make sure to install these dependencies before running the script.

Usage

To run the script, simply execute the following command:

python main.py </br>

## Note
This script is intended for educational purposes only. Please use responsibly and respect the terms of service of the website.


I hope this helps! Let me know if you need any further assistance. 😊

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages