Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhsattarian/bahs-mozu-finder
Suggest Discussion Subjects!
https://github.com/mhsattarian/bahs-mozu-finder
debate disscusstion fun suggestor
Last synced: about 2 months ago
JSON representation
Suggest Discussion Subjects!
- Host: GitHub
- URL: https://github.com/mhsattarian/bahs-mozu-finder
- Owner: mhsattarian
- License: mit
- Created: 2019-08-26T16:32:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T04:32:53.000Z (about 2 years ago)
- Last Synced: 2023-03-06T03:21:03.455Z (almost 2 years ago)
- Topics: debate, disscusstion, fun, suggestor
- Language: Python
- Homepage: https://bahs-mozu-finder.herokuapp.com
- Size: 518 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bahs-Mozu-Finder
it's a silly, small project based on [commitment](https://github.com/ngerakines/commitment), created to find subjects to discuss over in `Avalon, the group!`.#### Currently running at:
- [bahs-mozu-finder.herokuapp.com](https://bahs-mozu-finder.herokuapp.com)
- [bahs-mozo-finder-mh-sattarian.fandogh.cloud](https://bahs-mozo-finder-mh-sattarian.fandogh.cloud)#### Quick Start
Create a virtualenv with python version 2:
```shell
virtualenv --python=python2 .
```Install Dependencies:
```shell
pip install -r requirements.txt
```Run the app:
```shell
python app.py
```