/tarkovbot

Escape from Tarkov Discord Bot

Primary LanguagePythonMIT LicenseMIT

Escape from Tarkov Discord bot

Add to Discord

  1. /tarkov search <query>
  2. /tarkov details <item>
  3. /poyta

Quickstart

Click this link to add Tarkov bot to your Discord server!

Running the bot

You may also download the code, alter it in any fashion and run the bot on your own computer.

  1. Create a Discord Application, enable a bot account and create its authentication token.
  2. Set your token as the DISCORD_TOKEN environment variable by running export DISCORD_TOKEN=YOUR_TOKEN_HERE.
  3. Download and run the bot by executing the following:
    git clone https://github.com/fredericojordan/tarkovbot.git
    cd tarkovbot
    python tarkov_discord.py
  4. Generate an invite link and add the bot to your Discord server.