8000 GitHub - nukelet/tegaki-discord-bot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nukelet/tegaki-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tegaki Discord Bot

A funny little bot to create Tegaki sessions on Discord and post the results.

Requirements

First, clone and enter this repo:

$ git clone https://github.com/nukelet/tegaki-discord-bot --recurse-submodules

Make sure you have Python installed:

$ python3 --version

Create a virtual environment:

$ python3 -m venv .venv

Enter the virtual environment:

$ source .venv/bin/activate

Install the dependencies:

$ pip install -r requirements.txt

Running

Make sure that you're within the virtual environment:

$ source .venv/bin/activate

Provide the Discord token for the bot in a .env file (you can find an example in the .env.example) file:

DISCORD_TOKEN=<your-token-here>

Run the bot:

python3 main.py

If everything goes well you should see a message such as

Logged in as tegaki#XXXX

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0