Stoat/10528: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
m Woozle moved page ID/10528 to Stoat/10528: experimental reorg pt. 2 |
No edit summary |
||
| Line 1: | Line 1: | ||
{{PAGEID}} | [[category:software]] | ||
[[category:software/chat community]] | |||
[[category:service/chat community]] | |||
{{#set:ID={{PAGEID}}}}{{#set:URL/fixed=ID/{{PAGEID}}}}{{fmt/title|Stoat chat community software/service}}{{seed}} | |||
==About== | |||
'''Stoat''' (ID {{PAGEID}}) is software for managing chat communities, provided also as an optional service (SaaS). It was designed as a [[Discord]] workalike/replacement. Originally called {{l/alias|Revolt}}, it was renamed in 2025 or 2026 to avoid a naming-conflict. | |||
Each instance of Stoat can support multiple communities, each with its own set of categorized channels, users, and permissions-structure (among other things). | |||
==Links== | |||
===Official=== | |||
* [https://stoat.chat/ home page] | |||
* [https://developers.stoat.chat developer documents] | |||
** [https://developers.stoat.chat/api-reference/#tag/server-information/GET/servers/%7Btarget%7D API: Fetch Server]: fetch server info from a server ID | |||
* [https://sso.stoatinternal.com/ developer admin panel] (I think) | |||
* [https://github.com/orgs/stoatchat/repositories source code]: multiple repositories | |||
** [https://github.com/stoatchat/python-client-sdk/blob/master/revolt/http.py Python client SDK]: library for accessing Stoat with Python | |||
*** [https://stoatpy.readthedocs.io/ Python client SDK documentation] | |||
**** [https://stoatpy.readthedocs.io/en/latest/authenticating.html authentication] | |||
**** [https://stoatpy.readthedocs.io/en/latest/api/bots.html bots] | |||
Revision as of 13:45, 14 March 2026
{{#set:ID=10528}}{{#set:URL/fixed=ID/10528}}Template:Fmt/title
- redirect Template:seed
About
Stoat (ID 10528) is software for managing chat communities, provided also as an optional service (SaaS). It was designed as a Discord workalike/replacement. Originally called Template:L/alias, it was renamed in 2025 or 2026 to avoid a naming-conflict.
Each instance of Stoat can support multiple communities, each with its own set of categorized channels, users, and permissions-structure (among other things).
Links
Official
- home page
- developer documents
- API: Fetch Server: fetch server info from a server ID
- developer admin panel (I think)
- source code: multiple repositories
- Python client SDK: library for accessing Stoat with Python
