An open API service indexing awesome lists of open source software.

https://github.com/s/momentcard

A Flask based python application that creates card of given Instagram url
https://github.com/s/momentcard

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

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](https://raw.github.com/s/MomentCard/master/static/ss.png)