Skip to content

avahe-kellenberger/prestige_irc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prestige_irc

This module is a simple API for IRC networks.

Note that this project is python 3.6 or higher, since it uses fstrings.

TODO: Planned update to revert to normal strings, so older versions of python can use this library.

Installation

pip

$ pip install prestige_irc

or

$ python -m pip install prestige_irc

Manually

Clone this repository into your repo, and install setup.py:

$ git clone https://github.com/avahe-kellenberger/prestige_irc.git
$ cd prestige_irc
$ python setup.py install

You should now be able to import modules, e.g.

from prestige_irc.commands import Commands

Documentation

View the documentation.

Speculative Updates:

In the future, this module may support every RFC specified IRC command, if it becomes widely requested.

About

A simple IRC API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published