Tingfinder searches danish thriftstore platforms for a predefined list of products you're looking for, and only notifies you when you got new products.
The included install script ensures everything is placed correctly on your system, ready to search for you!
Tingfinder is made to be run automatically, for example through a cronjob or scheduled task.
Got a Question? - We’ve got answers.
Tingfinder uses a python library called Selenium that can automate browser tasks for us. It opens a headless chrome browser, and we can tell it which elements to interact with. With our defined products, prices and location it opens op DBA.dk, GulGratis.dk and Lauritz.com and searches for relevant products.
Tingfinder creates a directory in your .config folder, that holds our config.py and search-agent.csv. In the config.py script we tell Tingfinder where to search, and in the search-agent.csv we tell what products to look for, and in what pricerange. Formatting in the CSV file should match the prefilled product, like so; "search term",min-price,max-price
and one product per line. Quotation marks on the search terms is required and min/max-price is set in DKK.
Installing tingfinder is super easy! Just clone the repo from the github page, change permission on the installer, and run it. A copy/paste ready command is available at the Github readme.
Windows has a seperate standalone release with an executable .exe file.
You can easily change your settings in the config.py script located in ~/.config/tingfinder/config.py
Open the file in any old text editor, and put in your Danish postal code, and how far you're willing to travel go get the product.
Hit save and start searching.