Skip to content

OhadRon/instagram-followees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instagram-followees

An app to analyse some stats about the people you follow on instagram

##To Deploy Locally:

  • Clone the repository
  • Create an Instagram app at https://instagram.com/developer/clients/manage/
  • Create an .env file with the required variables
  • Install requirements by pip install -r requirements.txt
  • Run a local Redis server
  • Run the procfile with heroku local or foreman start

##Environment variables required:

CLIENT_ID= You Instgaram client id

CLIENT_SECRET= client secret

BASE_URL= for example http://localhost

DEBUG_MODE= for example FALSE or TRUE

PORT= for example 80

REDISTOGO_URL= URL of the Redis server, for example redis://localhost:6379

CACHE_LIFE= Time (in seconds) to cache user info from the Instagram servers

About

Analyse some stats about the people you follow on Instagram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published