Instagram Statistics using python and jinja2
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'
- Currently it's based on username, We have to change it to user's primary key.
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):
See full license on this , Under GNU GENERAL PUBLIC LICENSE