No description
Find a file
ducklet 15c3cb0221 feed: add support to filter posts
The post filter is kept very simple, it works by checking if a fixed
string exists in the configured field.  This could easily be expanded
allowing for regex or even more complex filters like date-time
comparisons.
2020-11-07 21:25:36 +01:00
data dump current state (wip-ish) 2020-11-01 16:31:37 +01:00
docker dump current state (wip-ish) 2020-11-01 16:31:37 +01:00
feeder feed: add support to filter posts 2020-11-07 21:25:36 +01:00
hotdog feed: add support to filter posts 2020-11-07 21:25:36 +01:00
postillon dump current state (wip-ish) 2020-11-01 16:31:37 +01:00
scripts dump current state (wip-ish) 2020-11-01 16:31:37 +01:00
.gitignore dump current state (wip-ish) 2020-11-01 16:31:37 +01:00
DOCS dump current state (wip-ish) 2020-11-01 16:31:37 +01:00
README.md dump current state (wip-ish) 2020-11-01 16:31:37 +01:00
requirements.txt dump current state (wip-ish) 2020-11-01 16:31:37 +01:00
run dump current state (wip-ish) 2020-11-01 16:31:37 +01:00

Hotdog

An extensible general purpose bot for the Matrix network.

Docker container

The Dockerfile creates an image with all necessary resources to run the bot, it does however not copy the bot's source files into the container. This is done to make it easy to change the bot's source code without rebuilding the container, i.e. the container is aimed at development.
If you want create an image for distribution, simply change the Dockerfile to copy all relevant files (i.e. the hotdog subdir and other local Python modules) to /var, baking them in permanently.