Skip to content

SplitSplice/RBDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

RBDB

Caution

When updating db.json, be EXTREMELY careful as improper JSON formatting will cause the website to fail to load the entries.

Important

Due to GitHub cache lag, updates will not appear immediately and may take anywhere between 2-5 minutes to show up on RBDB.

API Usage

tags – Filter by all specified tags (exact, case-insensitive)
?tags=Tag1,Tag2 - ?tags=Malware,Fraud,Asshole

username – Partial match on username
?username=text - ?username=astro

userid – Exact Discord user ID
?userid=id - ?userid=1208128286471880807

nickname – Partial match on nickname
?nickname=text - ?nickname=Vale

keywords – Partial match on notes
?keywords=text - ?keywrods=Vale

sort – Sorting options:

  • sort=tags - Most tags first
  • sort=tag:TagName - Most occurrences of that tag first
    Examples: ?sort=tags, ?sort=tag:Fraud

You can combine parameters!!!
?tags=Malware,Fraud&username=astro&sort=tags

Contributing

Everyone is allowed and permitted to create a Pull-Request to add, remove, or edit content. When adding or editing, make sure to follow these guidelines below.

Detailing

When writing a note on someone, don't overload it with info, just give general info about why they are here. Speak in decent grammar and make sure to add references. It's fine to NOT have mainstream references, but at least have something you can point to to make your note and tags valid.

Formatting

The structure of a card is

{
  "nickname": "",
  "id": "",
  "tags": [],
  "note": "",
  "refs": []
}

Tags, Notes and References are optional and don't have to be included but it's good practice to include them. When outputting to the API, the card structure will be

Important

DO NOT USE THESE IN DB.JSON. Username, Avatar, and Creation Date data is grabbed automatically when using the API.

{
  "nickname": "",
  "id": "",
  "tags": [],
  "note": "",
  "refs": [],
  "username": "",
  "created": "",
  "avatar": ""
},

When an ID is invalid, it will replace Username, Created, and Avatar marked as "Unknown Account"

Tagging

These are some standardized tags you can use to describe a user and their actions. Other tags are also accepted.

Red:
Malware - User has history of spreading malware, such as RATs, loggers, or other malicious software types.
Fraud - User has history of stealing accounts, money, or other products.
Exitscam - User has been involved in, or contributed to, an exitscam

Orange:
Paster - When someone is a verified skid or owns an executor using someone elses API/Injector/Source/Backend.
Althopping - When someone deliberately changes their identity or switches accounts to evade public scrutiny.
Asshole - Use sparingly, when someone is just a general asshole.
// any other tag you put will be Orange.

Purple:
Inactive - If the user account specified is inactive.
Owner - If the user has or is an owner of a service or product.
Staff - If the user has or is a staff member of a service or product.

About

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •