0xuser / empikWebScraper

Web scraper for empik.com written in Python. Finds and sorts the best deals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

empikWebScraper

Useful tool written in Python made for myself. Web scraper for empik.com ecommerce - Finds and sorts the best deals. The program generates a pdf file with links to the best sorted deals.

The program was useful to make some money. For example: gave me the opportunity to buy board game called "Scottie Go!" very cheap (by the way a very good programming learning game for kids). I bought over 100 pieces of this game and sold with 100 PLN net profit per unit.

needed libraries / packets:

pip install urlopen
pip install lxml
pip install fpdf

you need to have font file in program directory (uft-8 font)

DejaVuSansCondensed.ttf

Feel free to use it as you wish.

Console screen

My image

Output PDF file

Generating nice-looking pdf with product links My image

One of my orders

There was a limit of 10 items per order - so there were 10 orders My image

About

Web scraper for empik.com written in Python. Finds and sorts the best deals


Languages

Language:Python 100.0%