Skip to content

yzwetsloot/TweakersBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages