bluecheesestick / MantaroBot

Multipurpose Discord bot made in Java using JDA.

Home Page:http://mantaro.site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MantaroBot

Anime, Music, Moderation, weather information, osu! and everything you might want in a customizable and stable bot


Using the Official Mantaro Bot

Just one click and you can add Mantaro to your own server ^_^


Building Mantaro on your own

WARNING: @AdrianTodt and @Kodehawa do not recommend compiling Mantaro as it is not documented and most builds here will be extremely unstable and untested.
If you still want to build your own instance of Mantaro, you will need multiple api keys including (but not limited to)

  • osu! API
  • AniList API
  • OpenWeatherMap API.

We will not help you with the process of obtaining said api keys.


Steps for building

  1. Clone this repository.
  2. If you are going to edit code, make sure your IDE supports Lombok!
  3. Open a Terminal in the root folder.
  4. Run gradlew build
  5. Grab the -all.jar jar from build/libs
  6. Run it and prepare yourself to start filling in configs.

Give credit where credit is due. If you wish to use our code in a project, please credit us, and take your time to read our full license. We don't mind you using Mantaro code, as is open-source for a reason, as long as you don't blatantly copy it or refrain from crediting us.


Konachan notice (net.kodehawa.lib.imageboard.konachan)

That package is a port of the original konachan library to Java 8 and to better suit our needs. I just didn't want to post it on GitHub as a separate lib, but if anyone wants I'll do so.


Demo


Licence

Copyright (C) 2016-2017 David Alejandro Rubio Escares/Kodehawa

            
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/

The full licence can be found here.

About

Multipurpose Discord bot made in Java using JDA.

http://mantaro.site

License:GNU General Public License v3.0


Languages

Language:Java 100.0%