a robot bridge between bearychat and irc
sudo pip3 install -r requirements.txt
cd etc
cp config.ini_example config.ini
cp bearychat.ini_example bearychat.ini
cd .. && ln -sf etc/config.ini config.ini
- config.ini file
#
# ...
autojoins = deepin # change this channel to what you want to listen
# ...
#
- bearychat.ini file
#
# ...
# you may need to add a incoming robot inner your bearychat team
# and copy the hook address to the follow
grouphook = https://hook.bearychat.com/=bwxxx/incoming/xxxxxxxxxxxx
# bc channel id, irc msg will be forwarded to this channel
channel_id = =bwxxx
# any words said by the filter ids won't be forwarded to irc
# attention!! the incoming robot id must be written here
id_filter =
=bwxxA
=bwxxB
# this robot work is to recv the bearychat channel msg
# and send to irc
# this robot need
[robot]
username = [email protected]
password = passwd
irc3 config.ini
This project is licensed under GPLv3.