Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/defgsus/noscript-chat
- Owner: defgsus
- License: unlicense
- Created: 2024-03-21T22:01:22.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-22T21:24:47.000Z (8 months ago)
- Last Synced: 2024-10-10T15:24:24.758Z (about 1 month ago)
- Language: Python
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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/activatepip 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.