OctoBot
Github
OctoBot
Suggest a feature
Developers
Search…
Getting Started
Developers documentation
Exchanges support
Installation
With Executable
With Docker
With Python index package (pip)
With Python only
Troubleshoot
Configuration
Profiles
Profile configuration
Accounts
Custom Profile
Exchanges
Usage
Simulator
Profitability in OctoBot
Frequently Asked Questions (FAQ)
Interfaces
Web interface
Discord interface
Reddit interface
Twitter interface
Telegram interface
Advanced usage
Tentacle Manager
Backtesting
Webhooks
TradingView webhook
Using a webhook with OctoBot
Powered By
GitBook
Discord interface
CURRENTLY ON DEVELOPMENT
OctoBot uses the Discord interface to post alerts in a discord chat.
Discord service configuration
Add in
user/config.json
in the services key :
1
"discord"
:
{
2
"token"
:
"YOUR_BOT_TOKEN"
,
3
"channel_id"
:
"YOUR_CHANNEL_ID"
4
}
Copied!
Exemple:
1
"services"
:
{
2
"a service"
:
{
3
4
},
5
"discord"
:
{
6
"token"
:
"YOUR_BOT_TOKEN"
,
7
"channel_id"
:
"YOUR_CHANNEL_ID"
8
},
9
"another service"
:
{
10
11
}
12
}
Copied!
All the information can be found
here
to create a Discord bot.
Interfaces - Previous
Web interface
Next - Interfaces
Reddit interface
Last modified
6mo ago
Export as PDF
Copy link
Contents
Discord service configuration