Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.04 KB

File metadata and controls

33 lines (28 loc) · 1.04 KB

Code Health AliExpressItem by PowerSlime

AliExpressItem

It's my simple parser for lot on AliExpress... With him you can get some information about item without using any tokens and accounts.

Requiremets

You should use Python 3
Libraries: re, urllib

How to use

import Ali
item = Ali.AliExpressItem(url)
item.METHOD()

AVIABLE METHODS

  • getId
  • getName
  • getPrice
  • getRating
  • getOrders
  • getImageUrl
  • getGalleryUrl
  • getGalleryImages
  • downloadImage([url][,filename])

P.S.

So... This code is shitty a little :) But... If anyone need to get product's info from an AliExpress product's page - I'll be happy, if you will use my lib ;)

Thanks