Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 751 Bytes

README.md

File metadata and controls

44 lines (25 loc) · 751 Bytes

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