2022-10-17 00:02:07 -04:00
|
|
|
# Matrix Searx
|
|
|
|
|
|
|
|
A Matrix bot that searches for images from Searx and posts them.
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
1. NodeJS
|
|
|
|
2. matrix-js-sdk
|
2022-10-17 00:13:29 -04:00
|
|
|
3. Axios
|
2022-11-22 17:24:26 -05:00
|
|
|
4. request
|
2022-10-17 00:02:07 -04:00
|
|
|
|
|
|
|
## Quickstart
|
|
|
|
1. `git clone https://code.glowers.club/q/matrix-searx.git`
|
2022-10-17 00:13:29 -04:00
|
|
|
2. `cd matrix-searx`
|
2022-11-22 17:24:26 -05:00
|
|
|
3. `yarn add matrix-js-sdk axios request`
|
2022-10-17 00:02:07 -04:00
|
|
|
4. (Edit example.js to use your desired matrix credentials and bot settings)
|
|
|
|
5. `node example.js`
|