olsoncarsen / instagram-magic

MIT License
3 stars 2 forks source link

AttributeError: 'InstagramBot' object has no attribute 'session' #1

Open wanghaisheng opened 2 years ago

wanghaisheng commented 2 years ago
self.setClaimHeader()       

File "D:\Download\audio-visual\product-research\keyword-expand\InstagramAPI.py", line 41, in setClaimHeader self.session.headers['x-ig-www-claim'] = self.claim AttributeError: 'InstagramBot' object has no attribute 'session'

                bot = InstagramBot(data)
                print('there=======')

                bot.use_proxy==true
                print('here=======',bot.use_proxy)

                res = bot.login()
olsoncarsen commented 2 years ago

@wanghaisheng I've been working on another repo. For this moment wanna return to this project, rethink API, documentation and write more reliable tests.

wanghaisheng commented 2 years ago

@olsoncarsen thanks for your work