Hexbot
Personal IRC bot written in TypeScript
Install / Use
/learn @hexjelly/HexbotREADME
Hexbot
A personal IRC bot written in TypeScript. Uses the irc-framework module as a base, with various plugins implemented as middleware. Probably not very useful to anyone else, but maybe it can serve as an example of how to write a very basic bot, along with features or plugins.
Usage
- Either create a
.envfile or set environment variables:
SERVER=localhost
PORT=6667
NICK=hexbot
CHANNELS=hextest,hextest2
DB_FILE_PROD=bot.db
DB_FILE_TEST=test.db
OMDB_APIKEY=
YOUTUBE_APIKEY=
WORDNIK_APIKEY=
npm inpm run buildnpm run start
