Coming soon
In order for the software to be used properly, all requirements must be met.
- Python 3.5.3 or higher
- PIP
At the end of this section you will find all commands in one block
Clone the repository and go to the cloned folder
git clone https://github.com/TitusKirch/uninteresting-bot.git
cd uninteresting-bot
Copy the default configuration file
cp config_default.ini config.ini
Edit the configuration file (it is important that you add your bot token)
nano config.ini
Here are all commands also in one block
git clone https://github.com/TitusKirch/uninteresting-bot.git
cd uninteresting-bot
cp config_default.ini config.ini
nano config.ini
You can start the bot manually with the following command
python3 run.py
There are many ways to help this open source project. Write tutorials, improve documentation, share bugs with others, make feature requests, or just write code. We look forward to every contribution.
For more information and our guidelines, please refer to the CONTRIBUTING.md file.
We use SemVer for versioning. For available versions, see the tags on this repository.
- discord.py - An API wrapper for Discord written in Python.
- Titus Kirch - Main development - TitusKirch
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details.