Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrc0mmand/ppascalek
https://github.com/mrc0mmand/ppascalek
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrc0mmand/ppascalek
- Owner: mrc0mmand
- Created: 2015-02-06T00:00:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T16:46:15.000Z (over 6 years ago)
- Last Synced: 2024-10-14T17:28:04.111Z (3 months ago)
- Language: Python
- Size: 119 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PPascalek
A light-weight module-based IRC bot written in Python3 using the [irc](https://bitbucket.org/jaraco/irc/) library.
## Dependencies
* [Python](https://www.python.org/) >= 3.2
* [irc](https://bitbucket.org/jaraco/irc/) >= 12.2_Packages that are included in the default python3 environment are not included in this list._
## Installation
Assuming you have [pip](https://pypi.python.org/pypi/pip) installed:
```
pip3 install irc
git clone https://github.com/mrc0mmand/PPascalek.git
cd PPascalek
cp config.json.example config.json
```
Edit the `config.json` file accordingly and start the bot using the `python3 main.py` command.