SkillAgentSearch skills...

Hexbot

Personal IRC bot written in TypeScript

Install / Use

/learn @hexjelly/Hexbot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Hexbot

Build Status Coverage Status

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

  1. Either create a .env file 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=
  1. npm i
  2. npm run build
  3. npm run start
View on GitHub
GitHub Stars5
CategoryDevelopment
Updated1y ago
Forks0

Languages

TypeScript

Security Score

60/100

Audited on May 20, 2024

No findings