adds `isBot` to the request, when requested from a bot, search engine, spider etc.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`connect-is-bot` is a middleware for Node.js applications that detects whether incoming requests originate from bots, search engines, or spiders. It adds a `req.isBot` property to the request object, which is set to `true` if the request matches a known bot user-agent. This tool is ideal for developers using frameworks like Express who need to identify and handle bot traffic efficiently.