An open API service indexing awesome lists of open source software.

https://github.com/meithecatte/ktanesim

A Discord bot that simulates KTaNE bombs.
https://github.com/meithecatte/ktanesim

Last synced: 7 months ago
JSON representation

A Discord bot that simulates KTaNE bombs.

Awesome Lists containing this project

README

          

# ktanesim

A Discord bot that simulates Keep Talking and Nobody Explodes bombs.

## Setup

- Make sure you've got Python 3 and virtualenv installed.
- Create a Python 3 virtual environment.
```
$ virtualenv venv
```
- Activate the environment and install the dependencies.
```
$ . venv/bin/activate
(venv) $ pip install -r requirements.txt
```
- Configure the bot
```
$ cp config.template config.py
$ vi config.py
[ ... ]
```
- Pray to deity of choice.
- Run the bot
```
python main.py
```