Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Latest commit

 

History

History
81 lines (64 loc) · 3.04 KB

README.md

File metadata and controls

81 lines (64 loc) · 3.04 KB

UninterestingBot

License Downloads Contributors Discord

Table of Contents

About the project

Coming soon

Getting Started

In order for the software to be used properly, all requirements must be met.

Requirements

  • Python 3.5.3 or higher
  • PIP

Installing

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 

Run bot

You can start the bot manually with the following command

python3 run.py 

Contributing

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.

Versioning

We use SemVer for versioning. For available versions, see the tags on this repository.

Built With

  • discord.py - An API wrapper for Discord written in Python.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.