Skip to content

An artificial intelligence to assist human beings in the recurrent tasks.

License

Notifications You must be signed in to change notification settings

lulzzz/assistant-os

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

assistant-os

This project is an artificial intelligence to assist human beings in the recurrent tasks.

Getting started

Be sure to have the following constants in your environment variables: SLACK_API_TOKEN, COLOR, NAME, ICON_URL, MODULES, MODULES_PATH.

Then start the artificial intelligence:

$ npm install
$ npm start

Setup

Environment variables

You have 3 methods:

In the .env file

This project uses the dotenv module. So you can create a .env file in the rootpath of the project.

In command line

You can use instead the following command line to start the artificial intelligence:

$ SLACK_API_TOKEN=<...> COLOR=<...> ... npm start

Finally you can add the environment variables from your os.

This methods depends of your os or the web hosting.

For linux, the best way is to add the variables in the bashrc.

About

An artificial intelligence to assist human beings in the recurrent tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%