Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.
/ instadm.app Public archive

Direct messaging for instagram in the browser.

Notifications You must be signed in to change notification settings

JonathanWbn/instadm.app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ℹ️As instagrams web-version now also support sending direct messages, this app no longer serves a purpose for me. I'll not be maintaining it any longer.

Direct Messaging for Instagram (web app)

This is a web app which allows one to send and receive instagram direct messages. You can check it out here: instadm.app

Disclaimer

Instagram does not provide a public API to send and receive direct messages. I'm using instagram-api-client to get around this limitation. Following the EULA of instagram-api-client, I don't intend to make this app accesible for everyone to use. I'm limiting the app to only allow logging in with my personal account.

Motivation

I like to draft and send messages in my browser. I have always been a big fan of whatsapp's web client. I couldn't find anything similar for Instagram, so I decided to build it myself. I also wanted to play around with some new technologies (Vue.js and Nuxt.js) and concepts (serverless).

Stack

This is a monorepo which I deploy whith zeit's amazing Now product.

The backend is a serverless Node API written with express. I'm using passport for authentication and instagram-api-client to access instagram's API.

The frontend is a Vue.js app, which is server-side-rendered with Nuxt.js.

Future

As this app can only be used by myself, I will maintain and add features whenever I feel like it (see trello board). Realistically I will use this project mostly to play around with Vue.js and Nuxt.js.

Contribute

In order to develop this app you're going to need the Now CLI.

Then, you can just run now dev and play around on http://localhost:3000/

About

Direct messaging for instagram in the browser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published