Skip to content

Simple Python asyncio IRC client which lets you wrap an IRC connection and handle events how you want.

License

Notifications You must be signed in to change notification settings

oscarsierraproject/ircbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IRCBot

Simple Python asyncio IRC client which lets you wrap an IRC connection and handle events how you want. Started just for fun, and will be developed in free time.

Changelog

This is work in progress. The code works, but is not suitable to be a release at the moment.

  • Ver. ?.?.?: Upcoming first release.

Requirements

Software

Python3.7 with additional packages listed in requirements.txt file.

Environment setup

Create a virtual environment with packets listed in requirements.txt.

How to use the script

View config.py file to get familiar with configuration, and adjust it to your needs. Than in main directory execute:

python main.py

About

Simple Python asyncio IRC client which lets you wrap an IRC connection and handle events how you want.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages