chdinesh1089 / Instagram_commentor

A webapp for professionals running instagram pages to comment on new posts posted by reputed page/s automatically
1 stars 1 forks source link

ModuleNotFoundError: No module named 'commentbot' #2

Open Noah-pixel opened 4 years ago

Noah-pixel commented 4 years ago

Traceback (most recent call last): File "comments_bot.py", line 6, in from commentbot.models import Page ModuleNotFoundError: No module named 'commentbot'

How do I fix this? I'm not a programmer but tried to run it with cmd and if you could help it'd be awesome...

chdinesh1089 commented 4 years ago

How did you try running that? This is a django app, you could try running ./manage.py runserver to run it in local server. Also make sure you install celery. Or if you just want to use the code to comment in Instagram, you might want to make some changes accordingly. May I know what are you planning to use this code for?

Noah-pixel commented 4 years ago

Hey I don't know programming sorry, I tried to run it with Command Prompt. But I don't know why it doesnt work and I'm being honest I didnt understand a word you wrote above due to my shitty knowledge about programming. I installed django using Command Prompt "pip install django" but then an error showed up. Btw I am planning to use this code as top comment tool in Instagram, does it work like that? because you didn't give an explanation how to run it. Thanks.