Skip to content

rits-dajare/daas

Repository files navigation

DaaS

CI Twitter

This project's objective is to spread puns posted on RDC official slack's #ダジャレ channel through an official Twitter account.
Automatically determines whether a posted sentence is pun, and if true, gives a star with the rating engine.

Requirements

  • Python ~> 3.9
  • pipenv

Usage

Install dependencies

pip install -U pip
pip install pipenv
pipenv install

Running the application in dev mode

$ pipenv run start

If you want to know the details of how to use this, run the following command.

$ pipenv run help

Running the application in production mode

If you want to specify version, you can see versions here.

docker run -p 8000:8000 ghcr.io/rits-dajare/daas:latest