A Matrix bot that searches for images from SearXNG and posts them.
Go to file
2024-04-27 15:00:29 -04:00
example.js Adding per-room whitelists to only allow some users to search 2024-04-27 14:00:42 -04:00
index.js Add delay to whitelist warning message to prevent spamming 2024-04-27 15:00:29 -04:00
LICENSE.md initial commit 2023-02-11 22:27:52 -05:00
README.md Chuck 2023-02-11 22:58:49 -05:00

Matrix SearXNG

A Matrix bot that searches for images from SearXNG and posts them.

Dependencies

  1. NodeJS
  2. matrix-js-sdk
  3. Axios
  4. request

Quickstart

  1. git clone https://code.glowers.club/q/matrix-searxng.git
  2. cd matrix-searxng
  3. yarn add matrix-js-sdk axios request
  4. (Edit example.js to use your desired matrix credentials and bot settings)
  5. node example.js