https://github.com/folkertvanheusden/ghbot
GHBot is an IRC bot
https://github.com/folkertvanheusden/ghbot
irc ircbot
Last synced: 5 months ago
JSON representation
GHBot is an IRC bot
- Host: GitHub
- URL: https://github.com/folkertvanheusden/ghbot
- Owner: folkertvanheusden
- Created: 2022-05-15T20:27:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-18T18:33:32.000Z (6 months ago)
- Last Synced: 2026-01-19T02:44:48.296Z (6 months ago)
- Topics: irc, ircbot
- Language: Python
- Homepage: https://nurdspace.nl/GHBot
- Size: 250 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
You may want to add yourself in the sysops acl table.
e.g.:
INSERT INTO acls VALUES('nickname!username@host', 'sysops');
ghbot.sql contains the database schema.
ghbot.py is the main program.
You may need to install python3-mysqldb, python3-paho-mqtt and python3-nltk.
If you don't run NURDSpace then delete plugins/ghb_door.py :-)
See https://nurdspace.nl/GHBot for more documentation.
(c) 2022-2025 by Folkert van Heusden
This software is released into the public domain. For Europe
that is the CC0 license if I understood it correctly.