/slack-check-bot

Slack bot to record your daily checks

Primary LanguagePython

slack-check-bot

Slack bot to record your daily checks

slack-check-bot

Requirements

  • Requires Python 3.8.2+

Quick Start

Clone the Code

$ git clone git@github.com:Junyong-Suh/slack-check-bot.git

Setup Virtual Environment

Install pip and virtualenv

// install pip
$ curl https://bootstrap.pypa.io/get-pip.py > getpip.py
$ sudo python getpip.py

// install virtualenv
$ sudo pip install virtualenv

Install Dependencies

$ cd slack-check-bot
$ virtualenv -p python3.8.2 .venv
$ source .venv/bin/activate
$ python3 --version
Python 3.8.2
$ pip3 install -r requirements.txt

Create a Slack Bot

TBD

Setup on Heroku

TBD

Reference

Contributions

Please make an issue and a PR :-)