This Delta Chat bot archives all media files that it receives, and builds a HTML-page to view them all.
Use it e.g. to create a (semi-)public log of pictures from the chats at a meeting.
To serve the HTML, make the HTTP-server of your choice serve static files from ./web/public/
.
- NPM and NodeJS >= 7.6.
- An email account for the bot.
- Install the dependencies by running
npm install
. - Configure the bot by writing its email-address and password into
config/local.json
like this:
{
"email_address": "[email protected]",
"email_password": "secretandsecure"
}
Run the bot with npm start
.