ahmdrz / instagram-statistics

Helper for your Instagram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

instagram-statistics

Build Status

Instagram Statistics using python and jinja2

How to use

It's so simple.

  python main.py --username "<username>" --password "<password>"

Optional arguments:

--liker-size is Number of likers to see in chart (-1 means all of them), default=10

--feeds is Number of feeds to scan (-1 means all of them), default=5

--template is Template name, name of file in templates directory, default='basic'

TODO list

  • Currently it's based on username, We have to change it to user's primary key.

Templates

I'm not a good front-end designer. So I invite others to create templates file and make PR for me. Templates must follow jinja2 template engine instrucion.

Screenshot (basic template):

instagram statistics github

License

See full license on this , Under GNU GENERAL PUBLIC LICENSE

About

Helper for your Instagram

License:GNU General Public License v3.0


Languages

Language:Python 66.4%Language:HTML 33.6%