Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 863 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 863 Bytes

TweakersBot

TweakersBot is a simple web scraper for Tweakers.net's marketplace.

Features

  • Highly-configurable (see config.json)
  • Sends e-mail if a (configurable) price drop (relative/absolute) has occurred
  • Ignores listings that contain specific keywords set in the keywords.txt-file

Installation

Simply use git clone https://github.com/yzwetsloot/TweakersBot.git to clone this repository to your local machine.

Setup

External dependencies:

  • Selenium
  • Chromedriver
  • Yaml

Use pip install to install selenium and pyyaml.

Download Chromedriver here and set in path.

Running

Use python main.py inside the src folder to run the program.

Note

I undertook this learning project to get a better understanding of Selenium and the Python programming language.