Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hackndo/tobcri

tobcri is an IRC bot coded from scratch that supports SSL, multi channels, and will provides different modules and commands
https://github.com/hackndo/tobcri

Last synced: 9 days ago
JSON representation

tobcri is an IRC bot coded from scratch that supports SSL, multi channels, and will provides different modules and commands

Awesome Lists containing this project

README

        

# Tobcri Project
### Description
tobcri is an IRC bot written from scratch that supports SSL, multi channels,
and will provides different modules and commands

### Version
0.1

### Requirements

See `requirements.txt` file

### Installation

```sh
mkvirtualenv tobcri -p $(which python3)
python setup.py
```

### Test

```sh
tox
```

### Development

Want to contribute? Great, feel free !