Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.
/ QuIRC Public archive
forked from gkbrk/JustIRC

IRC Bot Libary with automatic local logging on message and terminal output

License

Notifications You must be signed in to change notification settings

quirc-bot/QuIRC

 
 

Repository files navigation

This project has come to an end.

What is QuIRC

QuIRC is a quick to set up IRC Bot system that allows you to create simple IRC bots without having to deal with large frameworks. It's designed to be simple to use but contain many features.

QuIRC is

  • Event-based.
  • Handles pings automatically so you don't have to
  • Written in pure Python. Uses sockets instead of heavy frameworks.
  • Has simple functions for most IRC functionality. You don't have to touch a line of socket code.
  • Includes logging and terminal output plus built in weather bots, greetings bots, ping pong bots and URL title bots

Packages

No packages published

Languages

  • Python 100.0%