Coder Social home page Coder Social logo

stitchig's Introduction

StitchIg!

A simple web application that fetches images from your Instagram feed (requires authentication from your Instagram account) and returns a stitched 196x196 image in a square grid, with square thumbnails of these images. Adios.

How to use (doesn't work yet, this application needs permissions from Instagram):

  1. Go to my website, open the Menu dropdown from the header bar (or from the side drawer if on the mobile browser) and click on StitchIg! (or open this link).
  2. Authorize the app to access your Instagram images.
  3. Voila!

How to clone:

  1. Follow the Instagram API guide to obtain a Client ID, Client Secret, and a redirect URI here.
  2. Clone the project on your system.
  3. Create a .env file having CLIENT_ID, CLIENT_SECRET, REDIRECT_URI as obtained.
  4. Install all dependencies and run python app.py.
  5. Open https://www.instagram.com/oauth/authorize?client_id=3311032495590903&redirect_uri={redirect-uri}&scope=user_profile,user_media&response_type=code in a browser, replacing {redirect-uri} with REDIRECT_URI.
  6. The browser redirects to {redirect-uri}/?code={code}.
  7. Change {redirect-uri} to localhost:5000 to get the stitched image.
  8. Alternatively, you may deploy the Flask app to some hosting service, and change {redirect-uri} as per your convenience.

Dhruv Sahnan
Quarantine | COVID-19
What to do when you're on house arrest.

stitchig's People

Contributors

dhruvs009 avatar

Watchers

James Cloos avatar  avatar

stitchig's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.