instalivecli icon indicating copy to clipboard operation
instalivecli copied to clipboard

Module not found??

Open regstuff opened this issue 5 years ago • 0 comments

After successfully installing Successfully installed InstaLiveCLI-1.0.3 I get a module not found "No module named 'InstaLiveCLI'" when I run the below code

from InstaLiveCLI import InstaLiveCLI

live = InstaLiveCLI(
	username='username',
	password='pass'
)
"""
And you can access all the function on the class
You can read the documentation!
"""
live.create_broadcast() #for example
print(live.stream_key) # ...

Any help appreciated. Thanks

regstuff avatar Sep 04 '20 15:09 regstuff