Slack bot to fetch reactions for a post on slack. This is built because I'm tired.
- Flask
- My Brain (P.S My Brain is not an NPM package :smh:)
Setting up is quite simple.
* Clone the repository with the `git clone` command
```bash
git clone git@github.com:BolajiOlajide/folly.git
```
* Change the directory to the new clone
```bash
cd folly
```
This project relies on pipenv for dependency management, if you don't have Pipenv, install it by following this link
* Create a virtualenvironment with the commnand
```bash
pipenv --python=python3
```
* Install the dependencies with with the command:
```bash
pipenv install
```
* Start the application with the command
```bash
python main.py
```
Folly is easy to use, just mention the bot with the reaction you'll love to grab it's reactors. Example:
```
@folly 🚀
```
