Git Product home page Git Product logo

exstagram's Introduction

exstagram

Instagram v1 API wrapper written in Elixir.

Please note, this is very much a work in progress. Feel free to contribute using pull requests.

Example usage

I made this simple phoenix app to show how to use exstagram!

See it in action on Heroku: https://exstagram-example.herokuapp.com

Here is the code for the above Heroku app: https://github.com/arthurcolle/exstagram_example

To run it yourself, please run the following commands:

  • git clone https://github.com/arthurcolle/exstagram_example
  • cd exstagram_example
  • mix deps.get
  • npm install (may not be needed, but if you see any node-esque "throw err;" messages, this is why)

Before you can run it yourself, you'll have to configure three environment variables: They are INSTAGRAM_CLIENT_ID, INSTAGRAM_CLIENT_SECRET, and INSTAGRAM_CALLBACK_URL (see exstagram/lib/instagram.ex for usage) Finally, run:

  • mix phoenix.server

Contributors

  • Clone repo, i.e. git clone https://github.com/arthurcolle/exstagram
  • Run mix deps.get
  • To give it a try, run iex -S mix

Put this in your mix.exs deps section:

     {:instagram, "0.0.4", [github: "arthurcolle/exstagram"]}

See other cool Elixir repos at awesome-elixir

Not on hex.pm yet, but coming soon!

exstagram's People

Contributors

stochastic-thread avatar rockerboo avatar

Watchers

James Cloos avatar  avatar

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.