ta2edchimp / albion-discordbot

Albion Online - Discord Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Albion Online - Discord Bot

Notifications about News & Announcements, Developers Statements and Tweets for your own Discord Server.

Installation

  • Create Discord App & Bot (Discord Application)
  • Create Twitter App (Read-Only) (Twitter Apps)
  • Install Node.js
  • Copy this Project
  • Install all Depencendies in Project Folder with npm install
  • Optional: Install Process Manager with npm install pm2 -g (PM2)

Configuration

  • Rename config.example.json to config.json
  • Replace discord_token, consumer_key, consumer_secret, access_token, access_token_secret
  • Optional: Replace avatar.png

Usage

Start the Bot with:

npm install

Or, if Process Manager installed:

pm2 albion-bot.js

Add Bot to Discord Server (Server Manager Permission required)

Use this link with your application id to let the Bot join your Discord Server:

https://discordapp.com/oauth2/authorize?client_id=APPLICATION_ID&scope=bot

Default Commands (Depending on bot_prefix in config.json)

  • En-/Disable Forum (RSS) Notifications

!notify forum

  • En-/Disable Twitter Notifications

!notify twitter

License

MIT License

Copyright (c) 2016 Dr. Dr. Jojo

About

Albion Online - Discord Bot

License:MIT License


Languages

Language:JavaScript 100.0%