Skip to content
forked from eisenbes/LPMCBot

Python IRC Bot for the Learn Programming Mentoring Community

Notifications You must be signed in to change notification settings

vascoosx/LPMCBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is an IRC bot written in Python. It is meant to be simple as a starting point so that LPMC learners can learn from it and add features/functionality.

The bot can be started in a few ways:
    - Interactive Mode
        Start the bot with '-i' or '--interactive' and it will prompt for a few
        settings.
        EXAMPLE: 'python2 lpmcbot.py -i'

    - Environment Variables
        The settings can be passed to the bot by environment variables.
        EXAMPLE:
            'NICK="MyNick" USER="MyUser" CHANNEL="#MyChannel" python2 lpmcbot.py'

    - Default Values
        If no argument is passed and no environment variables are found, the bot
        will use the default values.

About

Python IRC Bot for the Learn Programming Mentoring Community

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published