Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinriyo/sugichat
最強のチャットアプリここに爆誕。
https://github.com/shinriyo/sugichat
Last synced: 19 days ago
JSON representation
最強のチャットアプリここに爆誕。
- Host: GitHub
- URL: https://github.com/shinriyo/sugichat
- Owner: shinriyo
- Created: 2015-01-05T08:05:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-17T03:56:47.000Z (over 9 years ago)
- Last Synced: 2024-04-13T16:17:49.701Z (7 months ago)
- Language: Python
- Size: 891 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)