Skip to content

Arlon1/fbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

########################################
rusty_rita (branch `rust`) can be found at
https://github.com/Arlon1/fbot/tree/rust
########################################

# 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages