Skip to content
/ MomentCard Public

A Flask based python application that creates card of given Instagram url

Notifications You must be signed in to change notification settings

s/MomentCard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MomentCard

A Flask based Python application that creates card of given Instagram Url

Application first connects to Instagram Api and fetchs matched photo datas.

Then generates the html file.

##Installation and Run

$ pip install Flask
$ git clone git://github.com/s/MomentCard.git ~/MomentCard
$ cd ~/MomentCard
$ python app.py

Then open the url in your browser:

http://localhost:1105/generate?access_token=access_token&photo_url=url

Example parameters:
access_token: XXXXXXXXX.XXXXXX.XXXXXXXXXXXXXXXXXXXXXX
photo_url:instagram.com/p/gWUeJnn0t3/

All you need to configure is given url above. Just get an access_token from Instagram API and start creating cards.

##Screen Shots

View Screen Shot

About

A Flask based python application that creates card of given Instagram url

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages