BotCore icon indicating copy to clipboard operation
BotCore copied to clipboard

A framework for writing Facebook Messenger bots.

Results 5 BotCore issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Write up some info about using a process manager to handle multiple bots running concurrently

[AssumeZero-Bot](https://github.com/AstroCB/AssumeZero-Bot) includes machinery for auto-deployment using GitHub webhooks and failure resistance/process management using `pm2` – migrate this functionality to BotCore.

enhancement

When the bot listens for a long time, it will occasionally fail silently or with non-exception-throwing errors. This is due to Facebook either flagging the account or simply invalidating the...

bug
help wanted