dickserv

- irc bot with many useful commands
git clone git://git.acid.vegas/dickserv.git
Log | Files | Refs | Archive | README | LICENSE

config.py (1021B)

      1 #!/usr/bin/env python
      2 # DickServ IRC Bot - Developed by acidvegas in Python (https://acid.vegas/dickserv)
      3 # config.py
      4 
      5 class connection:
      6 	server     = 'irc.server.com'
      7 	port       = 6697
      8 	ipv6       = False
      9 	ssl        = True
     10 	ssl_verify = False
     11 	proxy      = None
     12 	vhost      = None
     13 	channel    = '#chats'
     14 	key        = None
     15 
     16 class cert:
     17 	key      = None
     18 	file     = None
     19 	password = None
     20 
     21 class ident:
     22 	nickname = 'DickServ'
     23 	username = 'dickserv'
     24 	realname = 'acid.vegas/dickserv'
     25 
     26 class login:
     27 	network  = None
     28 	nickserv = None
     29 	operator = None
     30 
     31 class settings:
     32 	admin    = 'user@host.name'
     33 	cmd_char = '.'
     34 	log      = False
     35 	modes    = None
     36 
     37 class api:
     38 	google_api_key       = 'CHANGEME' # https://console.developers.google.com/
     39 	google_cse_id        = 'CHANGEME' # https://cse.google.com/
     40 	omdbapi_key          = 'CHANGEME' # http://www.omdbapi.com/apikey.aspx
     41 	wolfram_api_key      = 'CHANGEME' # http://products.wolframalpha.com/api/
     42 	wunderground_api_key = 'CHANGEME' # https://www.wunderground.com/weather/api/