initial commit

This commit is contained in:
q
2023-02-11 22:27:52 -05:00
commit 67d09b029e
4 changed files with 1000 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# Matrix Searx
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-searx`
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`