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.
- Host: GitHub
- URL: https://github.com/meithecatte/ktanesim
- Owner: meithecatte
- License: other
- Created: 2018-06-05T19:09:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T18:05:04.000Z (almost 6 years ago)
- Last Synced: 2025-04-05T05:51:10.275Z (11 months ago)
- Language: Python
- Size: 1.26 MB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
```