Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shinriyo/sugichat

最強のチャットアプリここに爆誕。
https://github.com/shinriyo/sugichat

Last synced: 19 days ago
JSON representation

最強のチャットアプリここに爆誕。

Awesome Lists containing this project

README

        

SugiChat
====

Overview

## Description

Chat Application

flaskrは公式のチュートリアルのもの。
socketiochatはSocketIOのサイトから。
flask_chatはから持ってきた。

## Demo

N/A

## VS.

ChatWork
Slack

## Requirement

Python 2.7.x
Flask

## Usage

### DB初期化(開発時)

```
rm /tmp/chat.db
```
にてsqliteのファイルを消してから、
以下を実行する。
```
init_db.py
```

### DB初期化(Heroku用)

以下をchat.pyへ記載しておく。
```
heroku addons:add heroku-postgresql:dev
heroku config | grep HEROKU_POSTGRESQL
```

実際に初期化
```
heroku run python
```
でPythonコンソールを起動し、
```
from init_db import init
init()
```

### アプリケーションを起動

```
python app.py
```

## Install

```
pip install slugify
pip install sqlalchemy
pip install flask.ext.sqlalchemy
pip install socketio
pip install gevent
pip install gevent-socketio
pip install Flask-Security
```

## Contribution

shinriyo

## Licence

MIT.

## Author

[shinriyo](https://github.com/shinriyo/)