Alex

Results 12 comments of Alex

I believe it is upload an album, multiple pic in a post.

Hi all, If this proxy feature is now included in the code? I think this is quite important as auto posting for multi account using same IP address will easily...

@ChunkyTester where should I put your code in? proxies = {'http': 'http://10.11.4.254:3128'} self.session = requests.session() self.session.proxies.update(proxies)

@araffin @tdh4vn , same issue, did you figured out how to solve it? Thanks.

Are we pending for anything to merger to master branch? @yggg

The response code is 200 so you might not aware this is actually an error. the script return media "is uploaded", but the video never appear on Instagram.

> I'm getting a "video was uploaded" but the video doesn't show on my feed. > Does anyone still face the same issue? Yes, this is what you will get....

> Perhaps let's star with clearing the issue tab. And writing a good wiki for people to understand ? And use a bot that automatically closes an issue when people...

@finnickniu @shellwolrd having same issues. ``` --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) in 1 import keras.backend as K ----> 2 from detector.face_detector import MTCNNFaceDetector 3 import glob 4 5...