gbowerman / instagram

Simple Instagram tool to track followers and followings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instagram tools

This repo is for tools which call the unnofficial Instagram API to analyze followers and followings.

Command Line tools

cmd/followers.py

Prints a list of Instagram users who follow you but you don't follow.

Prints a list of Instagram users you follow but don't follow you.

To run this program create a .env file in the same folder containing these variables:

INSTA_CLIENT=your instagram user name
INSTA_SECRET=your instagram password

Install the required libraries:

pip install python-dotenv  
pip install InstagramApi  

Then run:

python followers.py

Ideas for future projects

  • Flask app you can log on to
  • Timer triggered function that checks once per day and notifies of changes

About

Simple Instagram tool to track followers and followings

License:MIT License


Languages

Language:Python 65.5%Language:HTML 20.2%Language:CSS 14.3%