Skip to content

bergerd1/davidIRC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

davidIRC

IRC bot that runs on Modulus.io

Modulus CLI installation

Install Modulus CLI

$ npm install modulus -g

Sign up on Modulus

$ modulus signup

Modulus project deployment

Go to local project path

$ cd IRCbot
$ modulus project create

Select node.js runtime Choose 192MB servo

$ modulus deploy

Setting environment variables

Add env vars in 'administration' panel of project dashboard, or add env vars from command line.

$ modulus env set CHANNEL #testingBot
$ modulus env set BOTNAME DavidTheRobot

Restart modulus application

$ modulus project restart

see: https://help.modulus.io/customer/en_us/portal/articles/1701180-using-environments-variables https://help.modulus.io/customer/en_us/portal/articles/1702084-environment-variable-commands https://help.modulus.io/customer/en_us/portal/articles/1702081-project-commands

About

IRC bot that runs on Modulus.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published