All Projects β†’ kurisubrooks β†’ midori

kurisubrooks / midori

Licence: other
πŸ”§ advanced modular discord bot

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to midori

synth
A Teensy 4 modular FM polyphonic synth.
Stars: ✭ 39 (-11.36%)
Mutual labels:  modular
modular-starter-kit
The starter kit with entire modular approach to help remove boilerplate code in developing
Stars: ✭ 14 (-68.18%)
Mutual labels:  modular
octicons-modular
GitHub Octicons with tree-shaking support and icon-per-file style.
Stars: ✭ 25 (-43.18%)
Mutual labels:  modular
disco.js
Guide for Advanced Discord.js x MongoDB systems
Stars: ✭ 34 (-22.73%)
Mutual labels:  discordjs
build
Build system scripts based on GENie (https://github.com/bkaradzic/genie) project generator
Stars: ✭ 30 (-31.82%)
Mutual labels:  modular
Commando
[DEPRECATED] ⚫ Commando Discord bot built on discord.js-commando.
Stars: ✭ 78 (+77.27%)
Mutual labels:  discordjs
Discord-BOT-Dashboard
This version is outdated, please check out Discord BOT Dashboard v2
Stars: ✭ 32 (-27.27%)
Mutual labels:  discordjs
Welcome-Bot
A cool multi-purpose discord bot that solves all your problems. I have features such as Moderation, ModLog, Welcome & Goodbye logs, Fun, Music
Stars: ✭ 73 (+65.91%)
Mutual labels:  discordjs
slash-level
✨ The first and only slash-command based Discord level bot ✨
Stars: ✭ 31 (-29.55%)
Mutual labels:  discordjs
yesno
A simple Discord yes/no poll bot with slash commands!
Stars: ✭ 29 (-34.09%)
Mutual labels:  discordjs
Idle-RPG-Bot
An Idle-RPG bot for Discord
Stars: ✭ 47 (+6.82%)
Mutual labels:  discordjs
nypsi
the best discord bot
Stars: ✭ 41 (-6.82%)
Mutual labels:  discordjs
mass-dm-discord
A MassDM selfbot which is working in 2021. Only for educational purposes πŸ₯±πŸš€
Stars: ✭ 87 (+97.73%)
Mutual labels:  discordjs
suggestions-bot
A Discord bot designed to build better communities by encouraging a positive and constructive relationship between community and staff.
Stars: ✭ 22 (-50%)
Mutual labels:  discordjs
sharedsharder
Shard your discord.js bot across devices!
Stars: ✭ 18 (-59.09%)
Mutual labels:  discordjs
Azuma
A package that actually syncs your ratelimits across all your clusters on Discord.JS
Stars: ✭ 19 (-56.82%)
Mutual labels:  discordjs
necord
πŸ€– A module for creating Discord bots using NestJS, based on Discord.js
Stars: ✭ 77 (+75%)
Mutual labels:  discordjs
ALi
ALi a powerful Discord bot that includes Utility, Fun, Music, Moderation, and much more! (Beta)
Stars: ✭ 97 (+120.45%)
Mutual labels:  discordjs
pacco
A bundler for modular and extensible web projects.
Stars: ✭ 16 (-63.64%)
Mutual labels:  modular
pedalevite
PΓ©dale Vite β€” DIY multi-FX pedalboard for guitar/bass/etc.
Stars: ✭ 68 (+54.55%)
Mutual labels:  modular

Midori



Brand spanking new Nano with 100% less shit code!
Click here to add Midori to your server!

Building

Prerequisites

macOS

brew install pkg-config cairo pango libpng jpeg giflib

Ubuntu

sudo apt install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++

Installation

git clone https://github.com/kurisubrooks/midori.git
cd midori
npm install

Setup

Create a file called keychain.json in the main directory, with the following contents, filling in each line with the appropriate keys needed for each. (Make sure to remove the comments)

{
  "self": "", // Discord Bot Token
  "darksky": "", // DarkSky Weather API Key
  "sherlock": "", // Sherlock API Key
  "google": {
    "cx": "", // Google Search API CX
    "search": "", // Google Search API Key
    "geocode": "" // Google Geolocation API Key
  }
}

Run

You can start Midori by simply typing the following:

npm start

If you wish to run Midori under Production, you can start her with pm2 by using

pm2 start index.js --name "midori" -- --color

Development

Thanks for taking interest in Midori! I've included some build commands through the Gulp build tool, some of which you might find useful.

Linting
Run this command to find errors in your syntax.
(You'll need to do this if you plan on submitting any Pull Requests!)

npm run lint

Run
Run this command to start Midori.
You'll need to do this from the root directory

npm start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].