Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Launch your own StashBot

Dmitry Danilin edited this page Nov 7, 2019 · 3 revisions
  1. Create a new Telegram bot

    Create a new Telegram bot using the Bot Father.

    Copy the Telegram bot's access token.

  2. Install .NET Core 3.0

    You can download .NET Core from the official website.

  3. Get the last release of StashBot

    You can download from GitHub releases. Or you can compile source code.

  4. App settings

    In the folder where StashBot is located, create file AppSettings.json

    In this file add: {"botToken": "your_telegram_bot_token"}

  5. Start StashBot

    StashBot can be start through the console using commands.

Clone this wiki locally