I am trying to develop a kik chatbot with Python.
I am using Pycharm as my IDE.
Here is what I began with:
from flask import Flask, request, Response
from kik import kikapi
But I keep getting and error, "unresolved reference.." on the "import..." why is this? I've installed both through
pip install --user <package name>
Thanks
Using a Mac: