• Rezku Point of Sale Icon
    Rezku Point of Sale

    Designed for Real-World Restaurant Operations

    Rezku is an all-inclusive ordering platform and management solution for all types of restaurant and bar concepts. You can now get a fully custom branded downloadable smartphone ordering app for your restaurant exclusively from Rezku.
    Learn More
  • Airlock Digital - Application Control (Allowlisting) Made Simple Icon
    Airlock Digital - Application Control (Allowlisting) Made Simple

    Airlock Digital delivers an easy-to-manage and scalable application control solution to protect endpoints with confidence.

    For organizations seeking the most effective way to prevent malware and ransomware in their environments. It has been designed to provide scalable, efficient endpoint security for organizations with even the most diverse architectures and rigorous compliance requirements. Built by practitioners for the world’s largest and most secure organizations, Airlock Digital delivers precision Application Control & Allowlisting for the modern enterprise.
    Learn More
  • 1
    Telegram Bot SDK

    Telegram Bot SDK

    Telegram Bot API PHP SDK to build Telegram Bots

    Telegram Bot SDK lets you develop Telegram Bots in PHP easily! Supports Laravel out of the box. Telegram Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. Complete API Methods Support. Laravel Support out of the box! Clean, Highly Documented & Industry Standard Code. PSR Standards, popular & widely used. Powered by Laravel Collection API for Response Objects. Events/Plugin Support to Extend Features Conversational Support. Well-designed, tested & built. Active support from the author as well as the community. If you're using this SDK with Laravel, the SDK will self-register its ServiceProvider and Facade using Laravel's auto-discovery. If you're using this SDK to build your Telegram Bots, We'd love to know and share the bot with the world.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    WWW::BookBot is a perl bot framework to fetch web e-texts with catalog, books and chapters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    WeeBot is a .NET framework for hosting bots and testing game modifications to the Weewar online TBS game (weewar.com). It provides APIs for bot development as well as a client and single game server for hosting and testing bots offline.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Here you have an Java-based bot-framework for the WikiMedia-API
    Downloads: 0 This Week
    Last Update:
    See Project
  • Construction Takeoff Software Icon
    Construction Takeoff Software

    Takeoffs From Anywhere

    Stratosphere’s cutting edge cloud platform gives estimators unprecedented freedom to complete takeoffs from anywhere with next generation takeoff and markup tools.
    Learn More
  • 5
    An old project of mine that is now dead. It is what's left of a headless bot of which I was allowed to release. This is for educational purposes ONLY. I will NOT support it! It won't even compile as-is! If you're not a programmer, look elsewhere!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    XMPP Bot framework allows very fast development and maintainability of server bots solutions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    XionBot is an IRC bot framework/template coded completely in C. It is meant to be modular for any additions or for reference on how one may construct their own IRC client. Source codes for additional modules are also available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This is a bot framework written in Java build upon PircBot( http://www.jibble.org/pircbot.php ). It features Hot Deployment (Modules which can be loaded in runtime) and logging via log4j.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    chat-bubble

    chat-bubble

    Simple chatbot UI for the Web with JSON scripting

    Simple chatbot UI for the Web with JSON scripting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Create engaging surveys on your tablet or computer with ease. Icon
    Create engaging surveys on your tablet or computer with ease.

    Choose any of our carefully designed themes, or easily customize colors, fonts, and more to reflect your brand's true look and feel.

    Create great-looking surveys, forms, polls, voting, questionnaires, NPS, customer satisfaction, customer experience, employee satisfaction surveys... on your computer or tablet, customize the look of your survey however you like, & display collected data with eye-catching and insightful graphics.
    Learn More
  • 10
    dagny is an extensible framework for creating IRC bots, as well as a complete example bot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    grammY

    grammY

    The Telegram Bot Framework

    grammY makes it easy to create Telegram bots. Both for beginners and at scale. You want grammY because it is easy to use. It is very powerful and always up to date. It has the best documentation in town. It is extremely efficient and scales up effortlessly. It has a thriving ecosystem of plugins, a friendly community chat, seamless integrations with web frameworks and databases, and so much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    IMPyBot is an instant messaging bot framework for XMPP. It features a plug-in system, which provides great convenience to develop and manage the utilities (plugins) without even touching the bot itself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    jDCBot

    jDCBot

    Moved to https://github.com/applegrew/jdcbot

    [Please note that this project has now moved to https://github.com/applegrew/jdcbot ] Goal of this project is to create direct connect bot framework written in Java that runs as a client and communicate with DC hubs (DC++, DCGUI...)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    jImBot - Java IM Bot, it's a bot framework for instant messager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    mIkro IRC Bot is a complete bot framework written in C#. That means that you can write your own irc bot simply using C#, set up and start them dinamically. The bot building and connection processes are managed by a Windows Service.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    pywikibot

    pywikibot

    Python MediaWiki Bot Framework

    A Python library and collection of tools that automate work on MediaWiki sites. Originally designed for Wikipedia, it is now used throughout the Wikimedia Foundation's projects and on many other MediaWiki wikis including wikidata service. We do not use sourceforge.net anymore, but are very grateful for their support in the past. Please see our website at https://www.mediawiki.org/wiki/Pywikibot Our pypi package could be found at https://pypi.org/project/pywikibot/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    recognitionbot

    recognitionbot

    RecognitionBot is a Slack recognition tool built on top of Next.js

    RecognitionBot is a Slack recognition tool built on top of Next.js for simplicity, providing an easy way to acknowledge team achievements directly within Slack.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    telegraf.js

    telegraf.js

    Modern Telegram Bot Framework for Node.js

    Bots are special Telegram accounts designed to handle messages automatically. Users can interact with bots by sending them command messages in private or group chats. These accounts serve as an interface for code running somewhere on your server. Telegraf is a library that makes it simple for you to develop your own Telegram bots using JavaScript or TypeScript. You can see in every example is a Context instance. Telegraf creates one for each incoming update and passes it to your middleware. It contains the update, botInfo, and telegram for making arbitrary Bot API requests, as well as shorthand methods and getters. Telegraf is written in TypeScript and therefore ships with declaration files for the entire library. Moreover, it includes types for the complete Telegram API via the typegram package. While most types of Telegraf's API surface are self-explanatory, there's some notable things to keep in mind.
    Downloads: 0 This Week
    Last Update:
    See Project