Skip to content

Price tracker for morele.net and x-kom.pl with integration to InfluxDB

License

Notifications You must be signed in to change notification settings

ZombaL85/price_tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Price tracker for morele.net and x-kom.pl

** NO LONGER MAINTAINED ** Feel free to use it as is, fork it, or do whatever you want with it.

Dead simple webscraper in Python utilizing beautifulsoup, with integration to InfluxDB. My first programming project ever.

Install required modules:

requests
bs4
influxdb

or run:

pip install -r requirements.txt

Before you start:

  1. First, you need a working instance of InfluxDB for storing data.

  2. Modify config.ini accordingly.

  3. Add links you wish to track to list.txt. One link per line.

  4. Run:

    python3 main.py
    

Example visualization in Grafana:

visualization in grafana

Script not tested nor intended for Python 2

About

Price tracker for morele.net and x-kom.pl with integration to InfluxDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%