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
- Host: GitHub
- URL: https://github.com/s/momentcard
- Owner: s
- Created: 2013-12-01T20:45:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-04T14:10:34.000Z (over 12 years ago)
- Last Synced: 2025-02-08T12:46:38.645Z (over 1 year ago)
- Language: Python
- Homepage: http://s.github.io/MomentCard
- Size: 969 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
