Skip to content

Kijiji Web Scraper made from BeautifulSoup4 and python, utilizing a csv file to track items

License

Notifications You must be signed in to change notification settings

KureYv/Kijiji_Web_Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kijiji Web Scraper

Kijij_wbber CodeFactor

Description

A mini 'project' that allows user to scrape a certain category in Kijiji, returns new values during the runtime whenever it can find a new value. Overlapping items are not outputted, allowing for data scrapping usages and data science.

How to use

Enter your parameters in the main, including the specific page you are scraping in Kijiji and the amount of pages you want it to monitor. Then run runfile.py.

In case you want to leave this overnight, please ensure your computer is not a potato. Or just run it on AWS.

Problems and things learned

Grasped the basics of request and web scraping.

Problems solved:

  • Preventing log overlaps
  • Switching pages
  • Webhook breaking on duplicate runs

Imports:

Beautiful soup for web scraping

Requests for accessing the web

About

Kijiji Web Scraper made from BeautifulSoup4 and python, utilizing a csv file to track items

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages