lifeform
lifeform
i do not have upload key... how to get the upload key? it seems x2 card also shutting down On Mon, Jan 8, 2018 at 4:12 PM, Bradley Bell wrote:...
support untuk pihole akan sangat membantu
@gr3yw0rm have you solved it?
@himacri you must create client before you used it please take a look this client = pyshopee.Client( shopid=your_shopid, partnerid=your_partnerid, API_key=your_key ) and before you can used get item detail. you...
@himacri read the shopee open document first before you try to use this api. it will make easier for you to understand. authorize_url = client.shop.authorize(redirect_url="https://shopee.tw") print(authorize_url) run this code to...
looks like the API 2.0 doc is already show at open shopee page. hope it will update, i have lack knowledge at oop python. so i afraid i will messed...
@ulpyuxa hello, have you done with upload image in v2? i meet problem with uploading file with the api
@creppy1 @Xeeeno capsolver doc said it will works with change the ip domain. have you tried that?
thanks for your reply, so if i want to used it as led controller. i must connect it to the relay? but cannot dim the light. right? On Wed, Aug...
> > ``` > > import dis > > > > def foo(): > > try: > > with open('file.txt') as f: > > print(f.read()) > > except Exception as...