Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 554 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 554 Bytes

influencers-in-instagram

All you need to do is write: pip install -r requirements.txt

edit the cool_places file by adding cool bars/restaurnts/venues you know of.

Then write: python main.py

The script will output two files - one is: influencers and the other: influencers_ordered

As the name hints, the second file removes duplicates and orders the influencers by amount of followers (decreasing).

Don't forget to put your own foursquare and instagram client_id and client_secret in config.py

Godspeed.