/fbot

Primary LanguagePython

# create the db file
sqlite3 varspace/fbotdb.sqlite # paste the .schema here

##########
# variant 1
# run without docker
# (recommended)
##########
./fbot.py --interactive # or ./fbot.py for using the real chat



##########
# variant 2
# DOCKER
##########
# build the dockerimage
docker build . --tag fbot

# run the dockerimage
docker run -v path/to/varspace:/varspace fbot --channel test