Skip to content

A python project lets you scrape the website supplementler.com that gets all the price of the products, written for testing myself.

License

Notifications You must be signed in to change notification settings

byigitt/web-scraper-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Scraper Test Projesi

Bu proje, supplementler.com sitesinden ürün bilgilerini çekmek için oluşturulmuş bir web scraper'dır. Ürün isimlerini, fiyatlarını, puanlarını ve resim URL'lerini çekerek CSV ve JSON dosyalarına kaydeder.

Kurulum

  1. Depoyu klonlayın:
git clone github.com/byigitt/web-scraper-test.git
  1. Gereksinimleri yükleyin:
pip install -r requirements.txt
  1. config.json dosyasını inceleyin ve gerekirse yapılandırma ayarlarını düzenleyin:
{
  "base_url": "https://www.supplementler.com"
}

Kullanım

Ana dosyayı çalıştırarak scraping işlemini başlatabilirsiniz:

python main.py

Çıktı

Ürün bilgileri, site URL'lerine göre data klasöründe CSV ve JSON dosyalarına kaydedilecektir. Dinamik olarak kategoriye göre oluşturulmuş dosyalar bulunacaktır.

Lisans

Bu proje MIT lisansı ile lisanslanmıştır. Daha fazla bilgi için license dosyasına bakın.

About

A python project lets you scrape the website supplementler.com that gets all the price of the products, written for testing myself.

Resources

License

Stars

Watchers

Forks

Languages