lza-wowbot/ircbot/config.example.py

56 lines
1.8 KiB
Python

# Bot meta
BOT_NICKNAME = 'lza-wowbot'
ROOMS = ['wownero', 'secret-bot-testing-facility']
ADMIN_NICKNAMES = ['lza_menace']
# Monero Daemon
DAEMON_HOST = 'endpoint or ip address' # ip of the node
DAEMON_PORT = 34568 # port the node accepts for rpc calls
DAEMON_USER = 'username'
DAEMON_PASS = 'password'
# Security
PASSWORD_SALT = 'salt here' # database salts
SECRET_KEY = 'secret session key here' # encrypts the session token
# IRC
IRC_HOST = 'ajnvpgl6prmkb7yktvue6im5wiedlz2w32uhcwaamdiecdrfpwwgnlqd.onion'
TELEGRAM_BRIDGE_NAME = 'WowBridge'
TELEGRAM_JOIN_SUBSTR = 'has joined the Telegram Group'
# MEMES
IMAGES = [
'https://i.imgflip.com/44lwio.jpg',
'https://i.imgur.com/1j0lAMZ.png',
'https://i.imgur.com/3IFtDIQ.jpg',
'https://i.imgur.com/49W12pr.png',
'https://i.imgur.com/Cly8ERi.jpg',
'https://i.imgur.com/DK7fepa.jpg',
'https://i.imgur.com/G5lVTQX.jpg',
'https://i.imgur.com/HYzcRr2.png',
'https://i.imgur.com/Kcmaage.png',
'https://i.imgur.com/MS4odnv.gif',
'https://i.imgur.com/MXJ2slS.png',
'https://i.imgur.com/SPhn9u0.png',
'https://i.imgur.com/WQUmuHl.jpg',
'https://i.imgur.com/c16qByl.png',
'https://i.imgur.com/ck7Uav1.jpg',
'https://i.imgur.com/favicon.ico',
'https://i.imgur.com/h3PjuVl.jpg',
'https://i.imgur.com/i5I0Qrm.jpg',
'https://i.imgur.com/i9gKtXe.jpg',
'https://i.imgur.com/iSXJluW.jpg',
'https://i.imgur.com/ixvottX.png',
'https://i.imgur.com/o56reOl.jpg',
'https://i.imgur.com/oYB41Hk.png',
'https://i.imgur.com/q7n2rEZ.png',
'https://i.imgur.com/t0CSrfo.png',
'https://i.imgur.com/uDrpKJ8.png',
'https://i.imgur.com/uhQGV7b.jpg',
'https://i.imgur.com/utjI6MW.png',
'https://i.imgur.com/v7clSBi.png',
'https://i.imgur.com/vQ9v2ub.png',
'https://i.imgur.com/wW0ueSf.gif',
'https://i.imgur.com/xyiE9vx.mp4',
]