Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/defgsus/noscript-chat

python version of https://github.com/wybiral/noscript-chat
https://github.com/defgsus/noscript-chat

Last synced: 28 days ago
JSON representation

python version of https://github.com/wybiral/noscript-chat

Awesome Lists containing this project

README

        

Inspired by [wybiral/noscript-chat](https://github.com/wybiral/noscript-chat),
this is the python version of it.

### run it locally

```shell
virtualenv env
source env/bin/activate

pip install -r requirements.txt

python noscriptchat
```

And visit [localhost:8000](http://localhost:8000)

To run mockup chat users, in a separate shell:

```shell
python noscriptchat mock
```

It's 3 users/threads posting on the `/mock` channel.

### deployment

Create a file called `.env` in the project root, or copy the
[`.env-example`](.env-example) file and adjust the settings.

It uses [python-decouple](https://github.com/HBNetwork/python-decouple)
so you can define environment variables as well.