Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hackndo/tobcri
- Owner: Hackndo
- License: other
- Created: 2016-03-11T08:56:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-15T16:05:41.000Z (almost 9 years ago)
- Last Synced: 2024-11-08T04:44:44.337Z (2 months ago)
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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 !