Giter Club home page Giter Club logo

novabot's Introduction

novabot

novabot is a Discord bot that uses data from RocketMap and Monocle (ZeChrales and Hydro74000 forks) to provide a complete, configurable package for Pokemon Go communities. novabot's features include:

  • Personalised pokemon and raid notifications, delivered by DM.
  • Filter settings based on geofence, suburb, or IV.
  • Automated posting of pokemon/raids to Discord channels.
  • Unique raid coordination system.
  • Optional tiered donator/supporter system using Discord roles to reward members of your community.

You can download the latest release here (Just download the .jar file) Please see the wiki for more detailed information on configuration etc.

  1. Installation Guides
    1. Windows Installation
    2. Linux Installation
    3. Mac Installation
  2. Quick Start Guide
  3. Discord Support Server

Prerequisites

That's it!

Installation Guides

Windows

Install prerequisites

Java JRE 64-bit

Download and run the offline 64-bit installer from https://java.com/en/download/manual.jsp. Make sure you select the 64-bit installer or novabot will not work correctly.

MariaDB

Follow the instructions here to install MariaDB.

Create a discord bot, add it to your server, and get the bot token

Follow this guide to create a discord bot, add it to your server, and get its bot token.

Create a new database

In your MariaDB/MySQL terminal, use the below command to create a new database, where name is the desired name of the new database.

create database name;

Once you've created the database, select the database:

use name;

Next, run the DB creation script that can be found here, either by copy and posting the contents of the file into the terminal, or with the source command like so:

source /path/to/file/create-db.sql;

Download and configure novabot

You can find the latest novabot release here. Each release includes all the necessary configuration and data files that novabot needs. Once you've downloaded a release, see the wiki on configuration on how to configure novabot.

Running novabot

Run novabot from cmd.exe (or alternative shell) with:

java -jar novabot.jar

Linux

Tested on Ubuntu 16.04

Install prerequisites

Java JRE

Install Java8 through terminal with

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
MariaDB

Follow the instructions here to install MariaDB on your server.

Create a discord bot, add it to your server, and get the bot token

Follow this guide to create a discord bot, add it to your server, and get its bot token.

Create a new database

In your MariaDB/MySQL terminal, use the below command to create a new database, where name is the desired name of the new database.

create database name;

Once you've created the database, select the database:

use name;

Next, run the DB creation script that can be found here, either by copy and posting the contents of the file into the terminal, or with the source command like so:

source /path/to/file/create-db.sql;

Download and configure novabot

You can find the latest novabot release here. Each release includes all the necessary configuration and data files that novabot needs. Once you've downloaded a release, see the wiki on configuration on how to configure novabot.

Running novabot

Run novabot from a terminal with:

java -jar novabot.jar

Mac

Install prerequisites

Java JRE

Follow the instructions here to install Java.

MariaDB

Follow the instructions here to install MariaDB.

Create a discord bot, add it to your server, and get the bot token

Follow this guide to create a discord bot, add it to your server, and get its bot token.

Create a new database

In your MariaDB/MySQL terminal, use the below command to create a new database, where name is the desired name of the new database.

create database name;

Once you've created the database, select the database:

use name;

Next, run the DB creation script that can be found here, either by copy and posting the contents of the file into the terminal, or with the source command like so:

source /path/to/file/create-db.sql;

Download and configure novabot

You can find the latest novabot release here. Each release includes all the necessary configuration and data files that novabot needs. Once you've downloaded a release, see the wiki on configuration on how to configure novabot.

Running novabot

Run novabot from a terminal with:

java -jar novabot.jar

Quick Start Guide

TBD

novabot's People

Contributors

gamingmaster2000 avatar jmslagle avatar novabot-sprites avatar parislarkins avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.