All Projects → VolvoxCommunity → Volvox.Helios-old

VolvoxCommunity / Volvox.Helios-old

Licence: MIT License
Powerful, modular, web-managed, open-source Discord bot created by a community for communities.

Programming Languages

C#
18002 projects
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Volvox.Helios-old

Harmonbot
Multi-Platform Factotum Bot
Stars: ✭ 30 (-41.18%)
Mutual labels:  twitch, discordapp, discord-bot
QueryNinja
Framework for dynamic query building regardless of the source and target.
Stars: ✭ 19 (-62.75%)
Mutual labels:  entity-framework-core, asp-net-core
RCM
RCM is a simple CRM application designed for Auto Parts Store made with ASP.NET Core based on DDD, CQRS and SOLID Principles.
Stars: ✭ 29 (-43.14%)
Mutual labels:  entity-framework-core, asp-net-core
own3dpro-obs-plugin
OWN3D Pro OBS Plugin
Stars: ✭ 25 (-50.98%)
Mutual labels:  twitch, streaming
Discord-Reposter
Bot for reposting Discord messages (work in progress)
Stars: ✭ 62 (+21.57%)
Mutual labels:  discordapp, discord-bot
Rubicon
Dead yo!
Stars: ✭ 14 (-72.55%)
Mutual labels:  discordapp, discord-bot
BookCart
An e-commerce application for an online book store.
Stars: ✭ 116 (+127.45%)
Mutual labels:  entity-framework-core, asp-net-core
desktop
Free and open source streaming software built on OBS and Electron.
Stars: ✭ 3,684 (+7123.53%)
Mutual labels:  twitch, streaming
Firebot
A powerful all-in-one bot for Twitch streamers
Stars: ✭ 162 (+217.65%)
Mutual labels:  twitch, streaming
Kodkod
https://github.com/alirizaadiyahsi/Nucleus Web API layered architecture startup template with ASP.NET Core 2.1, EF Core 2.1 and Vue Client
Stars: ✭ 45 (-11.76%)
Mutual labels:  entity-framework-core, asp-net-core
OBS-ChatSpam
Python script for OBS Studio that posts messages in Twitch chat
Stars: ✭ 26 (-49.02%)
Mutual labels:  twitch, streaming
Songify
A simple tool that gets the current track from Spotify, YouTube and Nightbot.
Stars: ✭ 66 (+29.41%)
Mutual labels:  twitch, streaming
twitchpipe
Pipe your favorite Twitch streams to the media player of your choice, or a file to save them for later. Supports low-latency playback.
Stars: ✭ 28 (-45.1%)
Mutual labels:  twitch, streaming
car-rental
CarRental Project
Stars: ✭ 13 (-74.51%)
Mutual labels:  entity-framework-core, asp-net-core
Discord-Selfbot
Discord.js selfbot
Stars: ✭ 24 (-52.94%)
Mutual labels:  discordapp, discord-bot
ASPCore.BlazorCrud
CRUD Using Blazor And Entity Framework Core
Stars: ✭ 39 (-23.53%)
Mutual labels:  entity-framework-core, asp-net-core
N-Tier-Architecture
This is a n-layer architecture based on Common web application architectures.
Stars: ✭ 105 (+105.88%)
Mutual labels:  entity-framework-core, asp-net-core
supibot
Multiplatform, utility & novelty chat bot.
Stars: ✭ 77 (+50.98%)
Mutual labels:  twitch, discord-bot
WebApiJwt
Asp.NET Core 2.0 WebApi JWT Authentication with Identity & MySQL
Stars: ✭ 118 (+131.37%)
Mutual labels:  entity-framework-core, asp-net-core
chatle
chat le with ASP.NET Core
Stars: ✭ 20 (-60.78%)
Mutual labels:  entity-framework-core, asp-net-core

Volvox.Helios Build Status CodeFactor Discord

An easy to use, customizable, modular discord bot, all managed from your favorite browser.

Add the bot to your server.

Visit the Volvox.Helios website to add the bot to your Discord server.

Prerequisites

.NET Core -> Latest
NPM -> Latest

Installation

Clone the repo

Head to the discord developer site, and create an application.
note: Make sure to create a bot user.

Add a redirect URL to the OAuth 2 column. example: http://localhost:5000/signin-discord

Add the following application settings

"Discord": { 
    "Token": "BOTTOKENHERE",
    "ClientID": "BOTCLIENTIDHERE",
    "ClientSecret": "BOTCLIENTSECRETHERE"
  }

note: You might want to store these as user secrets to avoid them being sent with commits/prs.

Next, run the following commands to build the project and install the dependencies:

$ npm install
$ dotnet restore
$ dotnet build

Then, to run the bot:

$ dotnet run

Contributing

Read CONTRIBUTING.md for details on how to contribute.

Credits

Helios was produced by Volvox, a community dedicated to learning.
Join our Discord!

License

Volvox.Helios is MIT licensed.

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].