GithubHelp home page GithubHelp logo

brenner650 / aurora Goto Github PK

View Code? Open in Web Editor NEW

This project forked from awildteddybear/aurora

0.0 1.0 0.0 119 KB

A DayZ/Discord BOT Written for Discord 1.0.0a in Python 3 utilizing the CFTools API (https://cftools.de)

License: GNU General Public License v3.0

Python 100.00%

aurora's Introduction

Aurora - A DayZ/Discord Bot Written In Python3

  • Features:

    • Server Information
      • Name
      • IP : Port
      • Running Status
      • DayZ Version
      • Connected Players
      • In-Game Time
      • Time Acceleration
      • Server FPS
      • 1st/3rd Person Status
      • Map
      • Hive
    • Permissions System
      • 3 Tiers
        • Staff
        • Moderators
        • Administrator
    • Activity Cycling
      • Server Player Count
      • Status (Online, Not Available, Idle)
      • User Configurable
      • Multiple Server Support
    • Command Cooldowns
      • Channel and User Cooldowns
      • User Configurable
    • Proper Error Handling
    • Basic Logging
    • Server Technical Details
      • DayZ Process CPU% Utilization
      • DayZ Process RAM% Utilization
      • Server Uptime
      • Total CPU% Utilization
      • Total MEM% Utilization
      • CPU Cores
      • Manager Application
      • Version
      • Running Node
    • Multiple Server Support
      • Configuration File (config.json)
      • Commands Display by 'ALL' or 'SERVERNAME'
    • BEC Broadcast
      • Broadcast to 'ALL' or 'SERVERNAME'
      • Limited to a Staff/Admin Role
    • Mods Listing for Server
      • Displays 'ALL' or 'SERVERNAME'
      • Links To Mod Workshop Page For Each Mod
    • Player List
      • Limited to Staff/Admin Role
      • Displays 'ALL' or 'SERVERNAME'
      • Supports 120 Players
      • Links Playername To CFTools Profile ID Page
      • Displays Player Count/Max Players
    • Leaderboard
      • Displays Top 20 in Kills or Played Time
      • Links Playername to CFTools Profile ID Page
    • Schedule
      • Displays Upcoming Server Event: Restart, etc.
    • Network
      • Displays IDName and Full Name for Every Server in config file.
    • Reload
      • Reload config.json while bot is running.
    • Report Function
      • Can Post to Staff/Admin Channel With Player Abuse Reports
    • Responding via PM
      • Bot Responds Either In-Channel or PM Depending on Source of Command
  • Requirements:

  • Installation Instructions:

{
	"discord_token" : "DISCORD_BOT_TOKEN",
	"api_url" : "https://omegax.cftools.de/api/v1/",
	"report_channel" : "REPORTS_CHANNEL_ID",
	"staff_roles" : "STAFF_ROLE",
	"guild_id" : "DISCORD_SERVER_ID",
	"status_refresh": 60,
	"delayed_refresh": 3600,
	"activity_rotate": true,
	"activity_refresh": 10,
	"cooldown_channel": 600,
	"cooldown_user": 60,
	"permissions": {
		"staff": ["Staff", "Moderators", "Administrators"],
		"moderators": ["Moderators", "Administrators"],
		"admins": ["Administrators"]
	},
	"server" : [
		{
			"name" : "SERVER_NAME",
			"address" : "IP:PORT",
			"service_id" : "SERVICE_ID",
			"service_api_key" : "SERVICE_API_KEY",
			"server_url" : "WEBSITE_URL",
			"server_icon": "URL_FOR_ICON"
		}
	]        
}
* Save as config.json

* Run Bot:
	python aurora.py

aurora's People

Contributors

binaryalkemist avatar

Watchers

 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.