IRC to Campfire Bridge
Project description
LuckyStrike
===========
A Campfire to IRC bridge, in the spirit of [camper_van](https://github.com/zerowidth/camper_van),
written in Python.
LuckyStrike is not yet fully featured, but it does support the following
operations:
IRC Campfire
--- --------
#day_job "Day Job" room
joe_bob (nick) Joe Bob (user)
/LIST List rooms
/JOIN #day_job Join the "Day Job" room
/PART #day_job Leave the "Day Job" room
/TOPIC #day_job new topic Change room's topic to "new topic"
Dependencies
============
* Python 2.7
* [Pinder](https://github.com/rhymes/pinder)
* [Twisted](https://twistedmatrix.com/trac/)
* [PyCrypto](https://www.dlitz.net/software/pycrypto/)
* [pyOpenSSL](https://github.com/pyca/pyopenssl)
* [pyasn1](http://pyasn1.sourceforge.net/)
Quick setup
===========
$ python setup.py install
$ lstrike --setup_config
$ lstrike
SSL keys
========
$ openssl genrsa > keys/server.key
$ openssl req -new -x509 -key keys/server.key -out keys/server.crt -days 1000
License
========
MIT, see LICENSE for details.
Contributors
============
* Matt Michie
* Rob Smith
Contributing
============
Fork, patch, test, pull request.
===========
A Campfire to IRC bridge, in the spirit of [camper_van](https://github.com/zerowidth/camper_van),
written in Python.
LuckyStrike is not yet fully featured, but it does support the following
operations:
IRC Campfire
--- --------
#day_job "Day Job" room
joe_bob (nick) Joe Bob (user)
/LIST List rooms
/JOIN #day_job Join the "Day Job" room
/PART #day_job Leave the "Day Job" room
/TOPIC #day_job new topic Change room's topic to "new topic"
Dependencies
============
* Python 2.7
* [Pinder](https://github.com/rhymes/pinder)
* [Twisted](https://twistedmatrix.com/trac/)
* [PyCrypto](https://www.dlitz.net/software/pycrypto/)
* [pyOpenSSL](https://github.com/pyca/pyopenssl)
* [pyasn1](http://pyasn1.sourceforge.net/)
Quick setup
===========
$ python setup.py install
$ lstrike --setup_config
$ lstrike
SSL keys
========
$ openssl genrsa > keys/server.key
$ openssl req -new -x509 -key keys/server.key -out keys/server.crt -days 1000
License
========
MIT, see LICENSE for details.
Contributors
============
* Matt Michie
* Rob Smith
Contributing
============
Fork, patch, test, pull request.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
luckystrike-0.11.tar.gz
(9.2 kB
view details)
File details
Details for the file luckystrike-0.11.tar.gz
.
File metadata
- Download URL: luckystrike-0.11.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b60052af51f428539a2f67254a97de4bb6680764cdaa6b09084d60c2eeb161c |
|
MD5 | 34ba4ad04991eea5df3903c304ca1492 |
|
BLAKE2b-256 | 717c99fc8fff89b24b6ccaed0b231634997da16580b9deed62f06125b2965086 |