- Notifications
You must be signed in to change notification settings - Fork0
Simple bot for scraping Tweakers.net's marketplace
License
NotificationsYou must be signed in to change notification settings
yzwetsloot/TweakersBot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
TweakersBot is a simple web scraper forTweakers.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 usegit clone https://github.com/yzwetsloot/TweakersBot.git
to clone this repository to your local machine.
External dependencies:
- Selenium
- Chromedriver
- Yaml
Usepip install
to installselenium andpyyaml.
Download Chromedriverhere and set in path.
Usepython main.py
inside thesrc
folder to run the program.
I undertook this learning project to get a better understanding of Selenium and the Python programming language.