Skip to content

artinmohajeri/Cars-For-Sale-WebScraping-BeautifulSoup-tkinter-sqlite3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Advanced Web Scraping Project

This is an upper-intermidiate web scraping project using (beautifulsoup4, tkinter, ttkbootstrap, sqlite3 and requests_html) libraries

I used ttkbootstrap to have a more modern look in my app.

redLine

At first, run the scraper.py file and choose the car from the menu. (the menu items are all scraped!!) then click "search car" button.

A few moments later, 2 files will be created. The first file is the database which is sqlite3 and the second file is display.py wich displays the database in a tkinter GUI app.

I have used https://autoscout24.com/ website for scraping

Screenshot (137) Screenshot (138)