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