initial commit

This commit is contained in:
q
2022-10-17 00:02:07 -04:00
commit 0a8fddaa8e
4 changed files with 998 additions and 0 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# Matrix Searx
A Matrix bot that searches for images from Searx and posts them.
## Dependencies
1. NodeJS
2. matrix-js-sdk
## Quickstart
1. `git clone https://code.glowers.club/q/matrix-searx.git`
2. `cd matrix-morg-bully`
3. `yarn add matrix-js-sdk axios`
4. (Edit example.js to use your desired matrix credentials and bot settings)
5. `node example.js`