Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faisalsaifii/pollify
Slack App for Creating Polls
https://github.com/faisalsaifii/pollify
flask javascript python react
Last synced: about 1 month ago
JSON representation
Slack App for Creating Polls
- Host: GitHub
- URL: https://github.com/faisalsaifii/pollify
- Owner: faisalsaifii
- License: mit
- Created: 2023-10-08T15:53:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T08:26:44.000Z (about 1 year ago)
- Last Synced: 2024-11-05T21:17:46.648Z (3 months ago)
- Topics: flask, javascript, python, react
- Language: Python
- Homepage: http://pollify-bhos.onrender.com/slack/install
- Size: 262 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pollify
Amplify the process of decision-making
## Preview
Uses the `/poll` command in slack
## Run Locally
Create an ENV file with Slack App Credentials and run the shell script
```
./run.sh
```## Run with Nix
Make sure you have nix installed and then run
```
nix develop -c make run
```