Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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