https://github.com/faisalsaifii/pollify
Slack App for Creating Polls
https://github.com/faisalsaifii/pollify
flask javascript python react
Last synced: about 2 months 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T08:26:44.000Z (over 2 years ago)
- Last Synced: 2025-04-09T23:42:38.210Z (about 1 year ago)
- Topics: flask, javascript, python, react
- Language: Python
- Homepage: http://pollify-bhos.onrender.com/slack/install
- Size: 262 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- 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
```