MiniDiscover#
Minimum viable implementation of Stoat Discover.
Running#
Edit config.json to point client_host to your instance's web app, do not include
a trailing slash.
Then, write your own listings.json file (use the one in the repository as a base, and
finally start the server with:
go run .
License#
This project is licensed under the MIT license.
Feel free to fork and edit the project to your liking, or use it's source code as reference for your own implementation of Discover.
I am not affiliated with Revolt Platforms LTD. and this project's code is written entirely from scratch, using the publicly available web app code as a reference for the IPC protocol.