Skip to content

BartlomiejRegula/CeneoScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CeneoScraper

Selektory składowych opinii w Ceneo.pl

składowa nazwa sektor
identyfikator opinii opinion_id [data-entry-id]
autora author span.user.post__author-name
rekomendację recommendation span.user-post__author-recomendation>em
liczbę gwiazdek rating user-post__score-count
czy opinia jest potwierdzona zakupem verified div.review-pz
data wystawienia opinii post_data span.user-post__published>time:nth-child(1)[datatime]
data zakupu produktu purchase_date span.user-post__published>time:nth-child(2)[[datatime]
ile osób uznało opinię za przydatną vote_up buton.vote-yes[data-total-vote]buton.vote-yes>span
ile osób uznało opinię za nieprzydatną vote_down buton.vote-no[data-total-vote]buton.vote-no>span
treść opinii content div.user-post__text
listę wad pons div.review-feature__title—negatives~div.review-feature__item
listę zalet pros div.review-feature__title—positives~div.review-feature__item

Wykorzystane biblioteki

  • BeautifulSoup4
  • Requests
  • Json
  • Os
  • Pandas
  • Numpy
  • Matplotlib

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages