Bots.Business - Help
Bots.Business - Help
Welcome
Getting started
Create bot from Google Table
Commands
Scenarios and BJS
Git
Import bot from Git repository
Export bot to Git repository
Repository structure
File: bot.json
Automatic importing on Git push
Google Analytics tracking
Iterations. How to reduce theys?
Limitations
Reports
Deep Linking - pass any params on Bot starting
How to link chat account with BB account?
BB Inspection
Protected bot
How to...
Libs
What it is - Libs?
Libs development
RefferalLib
Random
CurrencyConverter
ResourcesLib
Lang
QiwiPayments
BlockIO
Coinbase (CB)
CoinPayments (CP)
CryptoJS
GoogleApp
GoogleSpreadSheet
Webhooks lib
DateTimeFormat Lib
MembershipChecker
Store
BlockIOBot
Welcome bot
Help bot
SRB Demo Keyboard Tools
Powered by GitBook

File: bot.json

bot.json - it is file with bot description. It is required for bot import.

bot.json example:

{
"bb_sync_version":"1.0",
"name":"testBot",
"git_remote":"git@github.com:bots-business/bb-bot-test.git",
"csv_url":"https://example.com/csv"
}

​

Previous
Repository structure
Next
Automatic importing on Git push
Last updated 2 years ago