instalivecli
instalivecli copied to clipboard
Module not found??
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