Open Noah-pixel opened 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?
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.
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...