Skip to content

guilouro/consumer-instagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Consumer


Example created with Flask to consume the Instagram API. http://instaconsumer.herokuapp.com/

How it works:

/: Get recents photos of logged user.

# Example
# http://instaconsumer.herokuapp.com/

/<username>: Get photos searching by username.

# Example
# http://instaconsumer.herokuapp.com/guilhermelouro

/popular: Get popular photos of Instagram.

# Example
# http://instaconsumer.herokuapp.com/popular

/tag/<tag_name>: Get photos searching by hashtag.

# Example
# http://instaconsumer.herokuapp.com/tag/python

?text=LoremIpsum: Change the central text of the page.

# Example
"""
http://instaconsumer.herokuapp.com/?text=LoremIpsum
http://instaconsumer.herokuapp.com/guilhermelouro?text=LoremIpsum
http://instaconsumer.herokuapp.com/popular?text=LoremIpsum
http://instaconsumer.herokuapp.com/tag/python?text=LoremIpsum
"""

About

Consumer Instagram API with Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages