Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/folkertvanheusden/ghbot
GHBot is an IRC bot
https://github.com/folkertvanheusden/ghbot
irc ircbot
Last synced: 3 days 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-29T09:43:26.000Z (5 months ago)
- Last Synced: 2024-06-29T10:44:36.477Z (5 months ago)
- Topics: irc, ircbot
- Language: Python
- Homepage: https://nurdspace.nl/GHBot
- Size: 187 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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 nltk.
If you don't run NURDSpace then delete plugins/ghb_door.py :-)
See https://nurdspace.nl/GHBot for more documentation.
(c) 2022-2024 by Folkert van Heusden
This software is released into the public domain. For Europe
that is the CC0 license if I understood it correctly.