Skip to content

chaseleif/shadowbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShadowBot

This is an IRC bot designed to talk to another IRC bot
This bot will automate gameplay for the IRC game - ShadowLamb

startbot.py

This is the driver script
This script requires to load a password file,
the login credentials for your bot should be in a file pass

$ cat pass
username
password

The password is not kept in memory after use
The rest of the interaction is through the CLI menu

bot.py

This is the script specific to the ShadowLamb bot
There are various helper functions included within
Additional scripted functions and modifications would go here
User-defined loop functions should accept a counter parameter
see included functions for example

irchandler.py

This script provides a class which handles an IRC connection
It should not be necessary to modify this script
This script is general enough to be used as a base for other IRC scripts
(other than small things such as the connection doesn't return before ident)


About

irc bot for shadowlamb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages