# instagram-chat

[![Build Status](https://travis-ci.org/nemanjan00/instagram-chat.svg?branch=master)](https://travis-ci.org/nemanjan00/instagram-chat)

Instagram chat application.

![instagram-chat-gui](https://github.com/nemanjan00/instagram-chat/blob/master/screenshot/screenshot.jpg?raw=true)

## **Under development**

### What works? 

 * Login

 * Listing threads with infinite scroll

 * Listing messages with infinite scroll

 * Send message

 * Gimmicky sound notifications

### TODO

 * Notifications

 * Seen

 * New conversation

 * A lot of cleanup

 * Tray

 * Like message button

 * Send photo

 * Send link

 * Single user mode

## How to run

Download from [here](https://github.com/nemanjan00/instagram-chat/releases)

### Or from NPM

``` bash
sudo yarn add global instagram-chat
```

#### How to run GUI

``` bash
instagram-chat-gui
```

#### Or run server

``` bash
instagram-chat
```

## Authors

[Nemanja Nedeljkovic](https://github.com/nemanjan00)

