How to Solve NameError: name 'client' is not defined -- instapy_cli

Solution: Import the 'client' module

To Solve the error, add the following line to the top of your code.

from instapy_cli import client

 

For more information:
Python instapy_cli client