All Projects → TheReverend403 → cappuccino

TheReverend403 / cappuccino

Licence: GPL-3.0 license
Just another IRC bot.

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
Mako
254 projects

Labels

Projects that are alternatives of or similar to cappuccino

honeybot
🛩 A python IRC bot with simple plugins dev. Ignited in mauritius, first-timers friendly! Moved to github.com/pyhoneybot/honeybot
Stars: ✭ 57 (+338.46%)
Mutual labels:  irc-bot
lita-irc
An IRC adapter for Lita.
Stars: ✭ 19 (+46.15%)
Mutual labels:  irc-bot
CloudBot
CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
Stars: ✭ 69 (+430.77%)
Mutual labels:  irc-bot
energymech
EnergyMech IRC Bot
Stars: ✭ 24 (+84.62%)
Mutual labels:  irc-bot
bmotion
An Artificial Stupidity script for eggdrop bots
Stars: ✭ 58 (+346.15%)
Mutual labels:  irc-bot
calculon
Library for writing IRC bots in OCaml, a collection of plugins, and a dramatic robotic actor.
Stars: ✭ 26 (+100%)
Mutual labels:  irc-bot
squircy2
Golang IRC bot, scriptable with javascript
Stars: ✭ 18 (+38.46%)
Mutual labels:  irc-bot
TimTheWordWarBot
Timmy - The NaNoWriMo Wordwar Bot
Stars: ✭ 14 (+7.69%)
Mutual labels:  irc-bot
yesbot
IRC Bot Written in Prolog
Stars: ✭ 19 (+46.15%)
Mutual labels:  irc-bot
HackServ
Python 3 IRC Bot / Botnet
Stars: ✭ 28 (+115.38%)
Mutual labels:  irc-bot
teleirc
Go implementation of a Telegram <=> IRC bridge for use with any IRC channel and Telegram group
Stars: ✭ 112 (+761.54%)
Mutual labels:  irc-bot
irc.dart
Dart IRC Library
Stars: ✭ 45 (+246.15%)
Mutual labels:  irc-bot
alice
Alice Margatroid, a dollmaster that pretends not to be a doll itself.
Stars: ✭ 14 (+7.69%)
Mutual labels:  irc-bot
CloudBot
CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
Stars: ✭ 57 (+338.46%)
Mutual labels:  irc-bot
phenny
My fork of phenny lives on at https://github.com/vtluug/phenny. This tree is now unmaintained.
Stars: ✭ 15 (+15.38%)
Mutual labels:  irc-bot
TideBot
我的 IRC 机器人,虽然这个 Bot 能让聊天者在 IRC 里玩游戏,但除了游戏,还有其他很多功能。
Stars: ✭ 26 (+100%)
Mutual labels:  irc-bot
TwitchBot
Custom C# chat bot for Twitch TV
Stars: ✭ 33 (+153.85%)
Mutual labels:  irc-bot
irc-rss-feed-bot
Dockerized IRC bot to post RSS/Atom and scraped HTML/JSON/CSV feeds to channels
Stars: ✭ 24 (+84.62%)
Mutual labels:  irc-bot
Limnoria
A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins. Successor of the well-known Supybot.
Stars: ✭ 578 (+4346.15%)
Mutual labels:  irc-bot
irc-bot
A simple and modular PHP IRC bot
Stars: ✭ 82 (+530.77%)
Mutual labels:  irc-bot

GitHub GitHub Workflow Status Code style: black

A set of irc3 plugins providing various utilities primarily for #[email protected].

Installation

Requirements:

  • PostgreSQL
  • Python 3.10+
  • Poetry
poetry install
cp config.ini.dist config.ini
$EDITOR config.ini
poetry run alembic upgrade head
poetry run irc3 config.ini

Developers

pre-commit is used for formatting and PEP 8 compliance checks.

These checks must pass in order to make a commit to main. To install and use the hooks, run the following commands:

poetry shell # If you're not already in the poetry env.
pre-commit install
pre-commit run --all-files # or just make a commit to run checks automatically.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].