panda0881 / Instagram_data

A non-API Instagram spider to help you collect and analyze data from Instagram
GNU General Public License v3.0
15 stars 4 forks source link

Manual on setup and use #3

Closed monajalal closed 7 years ago

monajalal commented 7 years ago

Can you please provide instruction where to place this file or can you please upload the whole project? I assume I should replace this with spider.py in spider folder but got error. If you could provide help on this, would really appreciate

panda0881 commented 7 years ago

Hi there, I'm not sure I clearly understand your problem. Actually you can put this py file anywhere you like and you can use import to import this file into your main algorithm file. Say you have a project folder called 'test_project', you can simply put this file under that folder and use from Instagram_Spider import * to import all the functions inside this file into your main algorithm file.

Btw, I saw you are from Madison. I exchanged in that school several years ago. It's a cool place.

Hongming