Bots.Business
3.79K subscribers
673 photos
19 videos
27 files
595 links
Download Telegram
👍3🔥2
We have more then 500 000 000 props in BB for all time. It's a really big database.
👍3😎2🔥1
We need to remove searching and ordering for List.

Why?
- it is used by less than 1% of users and no one knows about it
- it's very good for performance for everyone
👎3
👎7👍3👏1
Forwarded from Bots.Business
How to make own BJS Api gateway?
Web App version

Command /getUrl
// just run this command and you will have url for your own API
var url = WebApp.getUrl({ command: "cloneBot" });
Bot.sendMessage(url)


So you will have url and you can pass any data via it from your external App:
https://help.bots.business/bjs/web-app#passing-data-to-bjs

command cloneBot:

BBAdmin.installBot(
{
// bot will be cloned to this email
email: options.email, // you pass email via url params
// see bot id in the app -> Bots -> Bot
bot_id: options.bot_id,

// you can pass bot token if you want
token: options.bot_token,

// bot can be installed as protected
// as_protected: true,

// you can pass properties to bot:
// bot_properties: [
// { name: 'test',
// value:'hello world',
// type:'string' }
// ]
}
)

WebApp.render({ content: "Bot cloned" });

Now you can use this own API from your any external app
Webhook Lib update:
- all request options now like Headers, IP, Params and etc
- result from BJS in { answer: YOUR_DATA }
- status can be 200 or 503

See help:
https://help.bots.business/libs/webhooks-lib
👍3🔥1
Are you want bot creation online workshop?

Please suggest ideas for it in comments with #workshop
👍6
Oxapay lib fixed:

add hmac signature

💥Update: need reinstall OxaPay lib in your bot
2🔥2
We have orange Apdex on status.bots.business.


But it is bad only from Singapore. France and Germany have good speed. Seems it is our checker toll issue not BB.
🤔2
update in progress...
Need approx 30-60 min
👍6
Suddenly long update. It was quickly on test stand but real BB have bigger traffic and database.

Sorry for waiting
🔥4👍21👎1
Unfortunately the update had to be canceled due to excessive downtime.

We will analyze the errors and make it later. There will be separate news about service times.

Sorry 😔
🤬6🤔2👎1
Uptime
👎7
BB don't send Active ADs to channels now.
👍16👎3🤬2
Get Top Refferal List

It is not working now due performance reason.
List ordering rework is needed.

We can't support it now because we can have downtimes with this😞
🤬15👎3😱2👍1