marclave / InstaBot

A simple Instagram bot written in Python
199 stars 74 forks source link

How can I run the code on Windows? #16

Closed ghost closed 9 years ago

ghost commented 9 years ago

Sorry if it sounds silly but I don't have enough knowledge to run the code on Windows.

marclave commented 9 years ago

@sergiomoraesj there is no such thing as a silly question, hit the windows button on the button left, search for command prompt... then type in python and let me know if it is installed, if it is please navigate to the directory where the python script is then run the following after completing the readme steps:

python Instabot.py
ghost commented 9 years ago

Thanks for answering so fast, @marclave

I do have Python installed. I was trying to run the code through Enthought-Canopy. I just tried to run it through cmd but I received the following error message:

instabot error message

marclave commented 9 years ago

@sergiomoraesj No worries, pleaser re-authorize your application with scope=likes. Let me know if you have any more issues.