Skip to content

parker67/ircbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ircbot

Configuration

Edit the following entries with your keys/servers etc

main.py:

Line 12: server = "" # Server
Line 13: channel = "" # Channel
Line 14: botnick = "" # Your bots nick
Line 15: password = ""

twit.py

Line 6: key = '' #youtube dev api key
Line 21-24: api = twitter.Api(consumer_key='',
            consumer_secret='',
            access_token_key='',
            access_token_secret='')

Usage

python main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages