To directly try marechan, send an email to [email protected]
- To setup marechan, first clone this repository.
Note: DKIM is not set up, so maybe Gmail outlook etc clients won't get our mails
git clone https://github.com/douxxtech/marechan
- Navigate to the cloned project and then install the requirements. Make sure you have python3 and pip3 installed.
cd marechan
pip3 install -r requirements.txt
- Edit the configuration file and the assistant file
-
config.conf: You can here edit some specific things, and setup the logs via discord webhook
-
assistants.json: here you can edit all your assistants, with their prompts. Prompt enhancments are provided by utils/prompt_enhancer.py
- Make the marechan file executable: On linux:
chmod +x marechan.py
- Transport the mail to marechan, the mail imput should go in the STDIN of the file.
It depends on the mail server you are using, so no specific tutorial here.
Configurating can be a bit hard, so please open an issue if you need any help.
Licensed under GPL-3.0