Closed alosoft closed 3 years ago
You should use Client(user_name='username', password='password')
.
You should use
Client(user_name='username', password='password')
.
this gave me got an unexpected keyword argument 'user_name'
my bad, it's username="your_username"
It's now working in version 2.0.2. Thanks
Describe the bug Am not able to create a client
To Reproduce Steps to reproduce the behavior: `>>> from instauto import api, bot
But am able to get client this way
``>>> from instauto import api, bot
Setup Instauto version: 2.0.1