hartontw / Daedalus

Daedalus is a benevolent Artificial Intelligence.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daedalus

Discord bot for post links based on RSS and others. Also it has commands.

Install

MongoDB

npm install mongoose

JSON File

npm install uuid

Environment variables

Commands

Write /helpfor commands help.

Custom link reader

Just add to links folder your file with format: host.domain.js

module.exports = (date, link) => {    
    return new Promise( (resolve, reject) => {     
        // YOUR CODE
    });
}

TODO:

  • Add admin password
  • Replace request module
  • Improve workaround to add commands
  • Add more database connectors
  • Improve frontend design
  • Improve error control
  • Improve logger

About

Daedalus is a benevolent Artificial Intelligence.


Languages

Language:JavaScript 78.2%Language:EJS 21.8%