web chat that syncs with a Slack workspace
Flask & SocketIO based webapp that connects with a Slack workspace and carries messages between the two (hayk (owner) talks from Slack, user talks from webapp)
$ cd chat.hayk.io/
$ npm install
$ pip install -r requirements.txt
$ gulp build
- clears /static
- adds styles, scripts, and fonts
$ gulp watch
- watches styles/scripts/fonts/html
- browserSync.reloads page
$ gulp build:watch
- builds
- then watches
$ gulp dev
Use when you want to start flask manually
- builds
- browserSyncs
- watches
$ gulp
- builds
- starts server
- browserSyncs
- watches
- 0.2.0
- Some UX improvements:
- Changed from < hayk > greeting at beginning to server greeting
- Added a "leave a message" note
- Changed from < hayk entered room > at beginning to whenever hayk sends first message
- Added some crimson here and there
- Now notifies via slack when someone joins instead of just messages
- Some UX improvements:
- 0.1.0
- The first proper release
Hayk Khachatryan – [email protected]
Distributed under the MIT license. See LICENSE
for more information.
- Fork it (https://github.com/haykkh/chat.hayk.io/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request