Skip to content

artskar/scum-killfeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCUM game discord killfeed grab

alt get this in config.json: chat_id to source_channel, auth-token to authorization and cookie

  1. Take a look on a picture and get the same way data to auth.json:
{
    ...
    source_channel: chat_id,
    authorization: auth-token,
    cookie: cookie,
}
  1. Add your squad nicknames and change other settings in config.json:
{
    ...
    names: ["name1", "name2"], // Squad nicknames
    trapkills_only: "false", // Send in channel only trapkills from your Squad
    timezone: '1' // Default Moscow timezone in diff with bot-hosting server time
}
  1. You also have to find out how to make a bot with discord API. and get a token for the "token" field in auth.json and get your own channel id to place it in "target_channel".

    RU | Посмотреть как создать и добавить бота на сервер и узнать id канала и токен бота

    EN | How to Create a Bot in Discord (1-3 step)

{
    token: bot_token,
    target_channel: channel_id,
    ...
}
  1. You can use bot-hosting.net to run this bot almost for free.