09-09-2019, 09:36 AM
I'm sorry about bringing the thread from the dead but I cant seem to correctly configured the telegram bot integration with gekko.
What I've done so far:
- Created the telegram bot and saved the credentials
- Followed the chinese guide at https://click-earn-btc.blogspot.com/2018...m-bot.html
- Change the file baseConfig.js located at /gekko/web/routes/ with the following configuration:
config.telegrambot = {
Enabled: true,
emitUpdates: true,
Token : 'token to access the HTTP API',
botName: 'BOT NAME'
}
Where botName should be the Name that was chosen upon the bot creation or the USERNAME?
The npm packages referred in the tutorial were installed in the gekko root folder by running the following commands:
npm install moment
npm install lodash
npm install node-telegram-bot-api
After this the gekko app was restarted using "node gekko --ui > logs/ui.log 2>&1 &"
I've started a papertrader and in the bot chat used the command "/help" but nothing happens.
Can someone point me to what I'm doing wrong, please?
What I've done so far:
- Created the telegram bot and saved the credentials
- Followed the chinese guide at https://click-earn-btc.blogspot.com/2018...m-bot.html
- Change the file baseConfig.js located at /gekko/web/routes/ with the following configuration:
config.telegrambot = {
Enabled: true,
emitUpdates: true,
Token : 'token to access the HTTP API',
botName: 'BOT NAME'
}
Where botName should be the Name that was chosen upon the bot creation or the USERNAME?
The npm packages referred in the tutorial were installed in the gekko root folder by running the following commands:
npm install moment
npm install lodash
npm install node-telegram-bot-api
After this the gekko app was restarted using "node gekko --ui > logs/ui.log 2>&1 &"
I've started a papertrader and in the bot chat used the command "/help" but nothing happens.
Can someone point me to what I'm doing wrong, please?