Skip to content

Latest commit

 

History

History
72 lines (46 loc) · 1.54 KB

README.md

File metadata and controls

72 lines (46 loc) · 1.54 KB

vc_manager

Python License Docker Image

Description

A Discord Bot program that notifies you when you start a voice chat.

Requirement

docker 20.10.17

Discord 0.0.273

Usage

1. Clone this repository

git clone git@github.com:pigeon-sable/vc_manager.git

or

git clone https://github.com/pigeon-sable/vc_manager.git

2. Change the working directory

cd vc_manager

3. Rename .env_example to .env and enter your Discord Bot token

Do not enclose in single quotes("'").

cp .env_example .env
vim .env
    ACCESS_TOKEN=123456789abcdefg

4. Run the program

If you want to run it in a local environment, you can do so with the following command.

python src/vc_manager.py

Alternatively, a container can be used to run it. To execute, the following command is used. The docker repository is at the following URL. https://hub.docker.com/repository/docker/mozsecurity/vc_manager/general

docker pull mozsecurity/vc_manager:latest
docker run -d --env-file .env mozsecurity/vc_manager:latest

Licence

Apache License, Version2.0

Author

Kobayashi123