getbeaned / GetBeaned-DiscordBot

The bot part of the getbeaned project
GNU Affero General Public License v3.0
41 stars 9 forks source link

jsonfile missing #2

Open FeelsBadMan1 opened 3 years ago

FeelsBadMan1 commented 3 years ago

Hello, i downloaded the code and tried to run it. I got the issure that the file credentials.json is missing so i created it and run it again. then i got following issure:

raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

I think i need to write something in the jsonfile but im not sure what do i need to write into the file. it would be nice, if you could send me the thing i need to enter or looking over your code and create the file then commit it to github.

paris-ci commented 3 years ago
{
  "discord_token": "onthediscordportal",
  "web_token": "created.on.the.admin.panel.of.getbeaned.webinterface.youshould.have.already.installed",
  "discordbots_org_token": "leave.that.blank",
  "discord_bots_gg_token": "same",
  "trello_api_key": "from.trello.dev.portal",
  "trello_api_token": "on.trello.too"
}