All Projects → prologic → Charla

prologic / Charla

Licence: other
A IRC Server / Daemon written in Python using the circuits Application Framework.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Charla

Ngircd
Free, portable and lightweight Internet Relay Chat server
Stars: ✭ 292 (+3550%)
Mutual labels:  irc, server
Oragono
A modern IRC server (daemon/ircd) written in Go.
Stars: ✭ 1,171 (+14537.5%)
Mutual labels:  irc, server
Orbit Db Http Api
A HTTP API Server for the OrbitDB distributed peer-to-peer database
Stars: ✭ 17 (+112.5%)
Mutual labels:  server
Appserver
A multithreaded application server for PHP, written in PHP.
Stars: ✭ 930 (+11525%)
Mutual labels:  server
Debian Server
Complete Debian/Ubuntu Web Application Server Installation
Stars: ✭ 22 (+175%)
Mutual labels:  server
Sopel
🤖💬 An easy-to-use and highly extensible IRC Bot framework. Formerly Willie.
Stars: ✭ 894 (+11075%)
Mutual labels:  irc
Skillbox Chat 08 19
Skillbox demo application for the Python course
Stars: ✭ 25 (+212.5%)
Mutual labels:  server
Eurythmia Server
Eurythmia server repository: mods, subgame, configuration, issues tracker, and a few other.
Stars: ✭ 7 (-12.5%)
Mutual labels:  server
Irc Colors.js
Color and formatting for irc bots made easy. Inspired by colors.js and cli-color.
Stars: ✭ 26 (+225%)
Mutual labels:  irc
Local Web Server
A lean, modular web server for rapid full-stack development.
Stars: ✭ 916 (+11350%)
Mutual labels:  server
Irackbot
Bridge between Slack and IRC channels allowing message filtering and logging while keeping communication public
Stars: ✭ 25 (+212.5%)
Mutual labels:  irc
Game Server
Distributed Java game server, including cluster management server, gateway server, hall server, game logic server, background monitoring server and a running web version of fishing. State machine, behavior tree, A* pathfinding, navigation mesh and other AI tools
Stars: ✭ 916 (+11350%)
Mutual labels:  server
Github Webhook Listener
Light server for reacting to GitHub's Webhooks
Stars: ✭ 18 (+125%)
Mutual labels:  server
Hrscan2
A self-hosted drag-and-drop, nosql yet fully-featured file-scanning server.
Stars: ✭ 25 (+212.5%)
Mutual labels:  server
Angular Universal Seed
Angular5 Universal Webpack Seed
Stars: ✭ 17 (+112.5%)
Mutual labels:  server
Vue Stack
Minimalistic Boilerplate for FullStack Express and Vue.js applications
Stars: ✭ 26 (+225%)
Mutual labels:  server
Euircbot
A featureful nodejs irc bot
Stars: ✭ 16 (+100%)
Mutual labels:  irc
Torpedo
Pluggable, multi-network asynchronous chat bot written in Go
Stars: ✭ 19 (+137.5%)
Mutual labels:  irc
Diamond
System V-style runlevels for your Go daemons
Stars: ✭ 24 (+200%)
Mutual labels:  server
Jerrymouse
A scalable java servlet container base on reactor
Stars: ✭ 27 (+237.5%)
Mutual labels:  server

charla

charla is Spanish for chat and is an IRC Server and Daemon written in Python using the circuits Application Framework.

Installation and Usage

From Source:

$ git clone https://github.com/prologic/charla.git
$ cd charla
$ pip install -r requirements.txt
$ python setup.py develop
$ charla

From Source using Docker Compose and Docker:

$ git clone https://github.com/prologic/charla.git
$ cd charla
$ docker-compose up

Using Docker:

$ docker run -d 7000:7000 prologic/charla

From PyPi (coming soon):

$ pip install charla
$ charla

Demo

There is a demo of the development version of charla running at daisy.shortcircuit.net.au on port 7000 if you're interested in testing charla out or want to help out with testing or get involved in the development!

To connect with your favorite IRC Client:

/server daisy.shortcircuit.net.au 7000

note

The server may often get restarted as it's being developed so please be aware of this!

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].