SIGNING UP / CREATING ACCOUNT
You can register an account. You need to be VERIFIED to post, which is a manual verification process done by admins like me: @xinerki. You can find me on:
- kgChan: @xinerki
- Discord: @xinerki
- Twitter: @xinerki
- Bsky: @xinerki.kiwigrape.io
- Email: [email protected]
POSTING
To make a post, either go to POST for the inline form or send a POST
request to the /api/post
endpoint with the following data:
handle
: your handle, basically usernamekey
: your key that you were given on account registration, very important!reply_to
: (optional) what post to reply toattachment
: (optional) attach an image to your post. just one. only images. 16MB max.text
: the post's text, max 1000 chars. you can do some basic formatting too.
TEXT FORMATTING
As mentioned prior: your posts can have formatting! It'd be an extremely boring social media website if it had just plain text in posts.
- >text: greentext a line of text. you can start a greentext at any point in a line, but it will only end at the end of the line. you know what a greentext is.
- >post: automatically tag another post
- @handle: automatically tag another user
- **text**: bold. to prove your point!
- __text__: italics. for that sarcasm.
```text```
: code block for your inner mr robot