Virtual pet chatbot and relaxing text game experiment.
You can give it a try at feini.chat.
The following software must be installed on your system:
- Python >= 3.9
- Redis >= 6.0
Open Feini should work on any POSIX system.
To install all dependencies, run:
make deps
To run Open Feini, use:
python3 -m feini
The configuration file fe.ini
is used, if present. See feini/res/default.ini
for documentation.
Open Feini currently supports Telegram. Support for further messengers is planned.
- Sven Pfaller <sven AT inrain.org>
Copyright (C) 2022 Open Feini contributors