python-aliexpress-api icon indicating copy to clipboard operation
python-aliexpress-api copied to clipboard

AliExpress API wrapper for Python 🧧

Results 7 python-aliexpress-api issues
Sort by recently updated
recently updated
newest added

**Example of use:** ``` response = aliexpress.get_products(keywords='bluetooth earphones', max_sale_price=3000) print(response.products[0].product_title) ```

The function get products is not implemented. The structure of query is writed but in the api.py there isn't the function for use it. I add in api.py the function...

Hi Sergio, This is my first time working with the AliExpress API. I see there are different AE platforms available, is your package compatible with the functionality described in the...

Where can I get the secret key to use the API? Is it the AliExpress developers portal or something like that? I haven't found it so far.

Traceback (most recent call last): File "C:\Users\Home\PycharmProjects\python\telegram-import-from-group\telegram-importer.py", line 431, in client.loop.run_until_complete(main()) File "C:\Users\Home\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 647, in run_until_complete return future.result() File "C:\Users\Home\PycharmProjects\python\telegram-import-from-group\telegram-importer.py", line 352, in main resp = setAffiliateLink(next_url, no_link_received_cnt, aliexpress)...

The response "promo-code-info" of the function "hotproducts" is not implemented. The "Smart Match Products" and "Get Featuredpromo Products" function is also not implemented. Does anyone happen to know how to...

How To get the store name using this api ?