I'm trying to create an Instagram bot using InstaPy. I'm following this tutorial.
When I ran:
from instapy import InstaPy
session = InstaPy(username="your username", password="your password")
session.login()
I got this error:
ImportError: cannot import name 'UNICODE_EMOJI' from 'emoji.unicode_codes' (C:\Users\roeegg22\AppData\Local\Programs\Python\Python310\lib\site-packages\emoji\unicode_codes\__init__.py)
I tried some solutions online, but none of them worked.