** 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
-
First, you need a working instance of InfluxDB for storing data.
-
Modify config.ini accordingly.
-
Add links you wish to track to list.txt. One link per line.
-
Run:
python3 main.py
Script not tested nor intended for Python 2