Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 372 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 372 Bytes
  1. create headers.ts
export default {
  "authorization": "<INSERT_TOKEN_HERE>",
  "cookie": "<INSERT_COOKIES_HERE>",
  "x-csrf-token": "<INSERT_CSRF_TOKEN_HERE>"
}
  1. create ignore.ts
export default [
  // (optional) Insert here usernames that u don't wanna block
] as string[]
  1. (optional) adjust heuristics in bot.ts
  2. run bun index.ts