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

TitusKirch/uninteresting-bot

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Releases

No releases published

Packages

No packages published

Languages