Showing 22 open source projects for "php-simple-html-dom-parser"

View related business solutions
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • E-commerce Fulfillment For Scaling Brands Icon
    E-commerce Fulfillment For Scaling Brands

    Ecommerce and omnichannel brands seeking scalable fulfillment solutions that integrate with popular sales channels

    Flowspace delivers fulfillment excellence by pairing powerful software and on-the-ground logistics know-how. Our platform provides automation, real-time control, and reliability beyond traditional 3PL capabilities—so you can scale smarter, faster, and easier.
    Learn More
  • 1
    Simple Robot

    Simple Robot

    A Bot-style event scheduling framework, asynchronous

    Simple Robot (v4) is based onKotlin Co-process ofKotlin multiplatform Bot styleHigh-performance asynchronous event scheduling framework (hereinafter referred to as simbot), Asynchronous and efficient, Java friendly. simbot provides a unified asynchronous API and easy-to-use style design that can assist you in writing more quickly and efficiently but style event scheduling application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Nutgram

    Nutgram

    The Telegram bot framework that doesn't drive you nuts

    This framework takes advantage of the latest PHP 8.2 features and tries to make the speed, scalability and flexibility of use its strength, it will allow you to quickly make simple bots, but at the same time, it provides more advanced features to handle even the most complicated flows. The Telegram bot framework doesn't drive you nuts.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Slack Machine

    Slack Machine

    A simple, yet powerful and extendable Slack bot

    Slack Machine is a simple, yet powerful and extendable Slack bot framework. More than just a bot, Slack Machine is a framework that helps you develop your Slack workspace into a ChatOps powerhouse. Slack Machine is built with an intuitive plugin system that lets you build bots quickly but also allows for easy code organization. A plugin can look as simple as this:
    Downloads: 0 This Week
    Last Update:
    See Project
  • CompanyCam is a photo-based solution created for contractors, by contractors. Icon
    CompanyCam is a photo-based solution created for contractors, by contractors.

    Take photos, track progress, and collaborate on tasks with job site management tools and AI shortcuts for every phase of any project.

    Take unlimited photos—which are location and time-stamped, sent to the cloud, and stored securely. Every photo is organized by project and instantly available to your team, allowing you to see what’s going on anytime, anywhere. Annotate photos with drawings, arrows, comments, tags, and voice notes, and create project timelines, photo galleries, reports, and transformation photos through the app. Sharing photos with customers and insurance adjusters has never been easier, and keeping your entire process organized has never been simpler.
    Learn More
  • 5
    NoneBot

    NoneBot

    Asynchronous multi-platform robot framework written in Python

    ...Plug-in development, modular management. Supports multiple platforms and multiple incident response methods. Asynchronous priority development to improve operational efficiency. Simple and clear dependency injection system, built-in dependency functions reduce user code. NoneBot2 is a modern, cross-platform, and extensible Python chatbot framework. It is based on Python's type annotations and asynchronous features, and can provide convenient and flexible support for your needs. NoneBot2 is written based on Python asyncio , and has a certain degree of synchronous function compatibility based on the asynchronous mechanism. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    telegraf.js

    telegraf.js

    Modern Telegram Bot Framework for Node.js

    ...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. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Botonic

    Botonic

    Build chatbots and conversational experiences using React

    Botonic is a full-stack Javascript framework to create chatbots and modern conversational apps that work on multiple platforms, web, mobile and messaging apps (Messenger, Whatsapp, Telegram, etc). Building modern applications on top of messaging apps like Whatsapp or Messenger is much more than creating simple text-based chatbots. Botonic is a full-stack serverless framework that combines the power of React and Tensorflow.js to create amazing experiences at the intersection of text and graphical interfaces. With Botonic you can focus on creating the best conversational experience for your users instead of dealing with different messaging APIs, AI/NLP complexity or managing and scaling infrastructure. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Opsdroid

    Opsdroid

    An open source chat-ops bot framework

    Designed to take messages from chat services and execute Python functions (skills) based on their contents. Connector modules transfer messages between opsdroid and a particular chat service. Database modules allow opsdroid to persist information in a database of your choice. Parsers/Matchers modules gather the meaning of what was said and match a skill. Skills are what make opsdroid tick. They define how opsdroid should respond and what actions to take.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    LangChain Apps on Production with Jina

    LangChain Apps on Production with Jina

    Langchain Apps on Production with Jina & FastAPI

    Jina is an open-source framework for building scalable multi-modal AI apps on Production. LangChain is another open-source framework for building applications powered by LLMs. long-chain-serve helps you deploy your LangChain apps on Jina AI Cloud in a matter of seconds. You can benefit from the scalability and serverless architecture of the cloud without sacrificing the ease and convenience of local development. And if you prefer, you can also deploy your LangChain apps on your own...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MaintainX is the world-leading mobile-first workflow management platform for industrial and frontline workers. Icon
    MaintainX is the world-leading mobile-first workflow management platform for industrial and frontline workers.

    Trusted by Operational Leaders Across the Globe

    Your day-to-day maintenance tasks, simplified. MaintainX eliminates the paperwork, so you can spend less time on your clipboard and more time getting things done.
    Learn More
  • 10
    Pyrogram

    Pyrogram

    Elegant, modern and asynchronous Telegram MTProto API framework

    ...It enables you to easily interact with the main Telegram API through a user account (custom client) or a bot identity (bot API alternative) using Python. Ready: Install Pyrogram with pip and start building your applications right away. Easy: Makes the Telegram API simple and intuitive, while still allowing advanced usages. Elegant: Low-level details are abstracted and re-presented in a more convenient way. Fast: Boosted up by TgCrypto, a high-performance cryptography library written in C. Type-hinted: Types and methods are all type-hinted, enabling excellent editor support. Async: Fully asynchronous (also usable synchronously if wanted, for convenience). ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Bot Framework Samples

    Bot Framework Samples

    Welcome to the Bot Framework samples repository

    ...A collection of experimental samples exist, intended to provide samples for features currently in preview or as a way to solicit feedback on a given design, approach, or technology being considered by the Bot Framework Team. Introduces the concept of adapter and demonstrates a simple echo bot on console adapter and how to send a reply and access the incoming message. Demonstrates how to use waterfall dialog, prompts, and component dialog to create a simple interaction that asks the user for name, age, and prints back that information. Demonstrates how the multi-turn dialog can use a card to get user input for name and age.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Microsoft Bot Framework SDK

    Microsoft Bot Framework SDK

    Tool for building conversation applications

    Bot Framework provides the most comprehensive experience for building conversation applications. With the Bot Framework SDK, developers can build bots that converse free-form or with guided interactions including using simple text or rich cards that contain text, images, and action buttons. Developers can model and build sophisticated conversation using their favorite programming languages including C#, JS, Python and Java or using Bot Framework Composer, an open-source, visual authoring canvas for developers and multi-disciplinary teams to design and build conversational experiences with Language Understanding, QnA Maker and sophisticated composition of bot replies (Language Generation). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    BotMan

    BotMan

    A framework agnostic PHP library to build chat bots

    ...BotMan Studio is a Laravel 5.5 boiler project to get you started in no time! BotMan is all about having an expressive, yet powerful syntax that allows you to focus on the business logic, not on framework code. BotMan is a framework agnostic PHP library that is designed to simplify the task of developing innovative bots for multiple messaging platforms, including Slack, Telegram, Microsoft Bot Framework, Nexmo, HipChat, Facebook Messenger and WeChat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Cog

    Cog

    Bringing the power of the command line to chat

    ...A focus on extensibility and adaptability means that you can respond quickly to the unexpected, without your team losing visibility. Use Cog to manage your infrastructure, support peer learning, and conduct collaborative research at the same time, right from chat. Cog is easy to install and simple to operate while remaining powerful enough to handle complex enterprise workflows. Cog brings the power of the command line to the place you collaborate with your team all the time, your chat window. Powerful access control means you can collaborate around even the most sensitive tasks with confidence. A focus on extensibility and adaptability means that you can respond quickly to the unexpected, without your team losing visibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DotNetWikiBot Framework

    DotNetWikiBot Framework

    Make robots for MediaWiki-powered sites!

    The DotNetWikiBot Framework was developed so that it can offer a helping hand with many complicated and routine tasks of wiki site development and maintenance. DotNetWikiBot Framework is a cross-platform full-featured client API, that allows you to build programs and web robots easily to manage information on MediaWiki-powered sites. DotNetWikiBot Framework can also be used for learning C# and .NET.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    PHP IRCBot Framework

    A pure-PHP IRC bot framework

    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    General and simple IRC bot framework with very flexible bus architecture and plugins support, originally written for use as RPC gateway for remote message sending to multiple IRC channels or users. Now: http://github.com/martinkozak/pyircgate-daemon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Roobot is a PHP IRC bot framework. It uses simple event based programming, and it's own scripting language, based on PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Pillar is an easy to use MediaWiki bot framework, which uses the MediaWiki API to allow construction of a bot to be made much easier.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    a simple, extensible Instant Messenger TOC bot framework written in Java using Jaimlib 0.5 or greater. services for incoming IMs are created simply by implementing a handle() method, and sample handler code is included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A bot framework for editing Wikipedia specifically. It requires API edit installed, in addition to MediaWiki 1.14+.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next