TweakersBot is a simple web scraper for Tweakers.net's marketplace.
- 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
Simply use git clone https://github.com/yzwetsloot/TweakersBot.git
to clone this repository to your local machine.
External dependencies:
- Selenium
- Chromedriver
- Yaml
Use pip install
to install selenium and pyyaml.
Download Chromedriver here and set in path.
Use python main.py
inside the src
folder to run the program.
I undertook this learning project to get a better understanding of Selenium and the Python programming language.