ValBerthe / instaseek

Detects Influencers on Instagram with a machine-learning based approach.
GNU General Public License v3.0
2 stars 0 forks source link

How to start it ? #1

Open LopesX opened 6 years ago

LopesX commented 6 years ago

How to start it ?

ValBerthe commented 6 years ago

After cloning the project and installing the dependencies (pip install -r requirements.txt), just :

You will be prompted (once) for your Instagram credentials so you can use the Instagram API. Feel free to create an Instagram account if you do not want to use your own.

Have fun detecting influencers,

LopesX commented 6 years ago

Thank you

workinprogressgh commented 5 years ago

I get this error:

~/instaseek# python src/init.py File "src/init.py", line 2 SyntaxError: Non-ASCII character '\xc2' in file src/init.py on line 3, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details