Skip to content

LINE Messaging API を利用したダイスボットです。

License

Notifications You must be signed in to change notification settings

Futaba-Kosuke/dice_bot_line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dice_bot_line

TRPGなどに欠かせないダイスロールをLINEボットで実装しました。

Demo

Requirement

  • python 3.8.5

Installation

# Clone
git clone --recursive https://github.com/Futaba-Kosuke/dice_bot_line
cd dice_bot_line

# (optional) Build the virtual environment
python -m venv .env
source .env/bin/activate

# Install modules
python -m pip install -r requirements.txt

Usage

# Start the server
python server.py

Submodules

About

LINE Messaging API を利用したダイスボットです。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages