-
Notifications
You must be signed in to change notification settings - Fork 792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue in final running with unicode emoji #303
Comments
pip uninstall emoji |
from instapy import InstaPy |
use python 3.11.7 as in python 3.12 they have depreciated the imp module |
however this repository have a lot of issues as it not properly maintained and instagram has changed alot since. |
@gqchishti do you have any others programs updated and maintained ? |
instagrapi seems to be updated but it uses api instead of selenium. I haven't tried it much but with some coding you can customize it the way you want it to be. |
starting instapy with quickstart
Traceback (most recent call last):
File "C:\instapy\instapy-quickstart-master\instapy-quickstart-master\quickstart.py", line 14, in
from instapy import InstaPy
File "C:\Python310\lib\site-packages\instapy_init_.py", line 6, in
from .instapy import InstaPy
File "C:\Python310\lib\site-packages\instapy\instapy.py", line 34, in
from .browser import close_browser, set_selenium_local_session
File "C:\Python310\lib\site-packages\instapy\browser.py", line 14, in
from .util import interruption_handler
File "C:\Python310\lib\site-packages\instapy\util.py", line 27, in
from emoji.unicode_codes import UNICODE_EMOJI
ImportError: cannot import name 'UNICODE_EMOJI' from 'emoji.unicode_codes' (C:\Python310\lib\site-packages\emoji\unicode_codes_init_.py)
Press any key to continue . . .
The text was updated successfully, but these errors were encountered: