Skip to content

MurdochITSociety/MITSBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MITSBot

A bot for the Murdoch IT Society Discord.

Current features:

💰 Scrape 'hot' electronics and computing deals from OzBargain, and post them to the Discord.

🎂 Allow Discord members to register their birthdays with the bot, and announce any birthdays at 8AM each day.

🐶 Send dog, cat, and a variety of animal pictures on request.

📖 Offer a list of studying resources to Discord members by demand.

Config File Base:

{
  "token": "",
  "bingKey": "",
  "serverID": "",
  "Directories": {
    "workingDir": "",
    "ImagesDir": ""
  },
  "Roles": {
    "moderatorRole": ""
  },
  "Channels": {
    "motionChannel": "",
    "trashcanChannel": "",
    "bargainChannel": "",
    "announcementsChannel": ""
  },
  "animals": [],
  "animalsFilter": ""
}